I'm returning a date column in my sql query and am providing the datasource at runtime (columns can be different depending on the datasource.)
The date column automatcially displays a date picker when clicked on (even though my cellclickaction is rowselect).
How can I disable that?
Thank you.
Set CellActivation to "NoEdit". That did it.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?