Hey Nathan, Great VDOs..., KUDOS to your efforts!!! Actually I was looking for a solution of having dynamic columns creation based on condition..., Is it possible by any chance? The way we create, i.e., _Row.addInstance(); need something of sort.., _Column.addInstance()
Hey Nathan, Great VDOs..., KUDOS to your efforts!!!
Actually I was looking for a solution of having dynamic columns creation based on condition..., Is it possible by any chance?
The way we create, i.e., _Row.addInstance(); need something of sort.., _Column.addInstance()
Does your 2nd line of code "if (this.rawValue)" works the same as "if (this.rawValue != Null)"?
Yes...it is logically the same. The first is "if there is a value" the second is "if the value is not null".
Pls make video on disable future dates on date field.