Is there any way to handle the ultrawingrid date column's calendar control.
I want to validate the clicked value before it set in the grid cell.
Thanks in advance,
Dhanasekaran
Hello and thank you for contacting Infragistics. The CellListSelect event is more appropriate as it will fire immediately when the end user selects a value. Just make sure the column's Style property is set to ColumnStyle.DateTime.
As explained from the API linked above, the event args only provides the Cell. But that provides the Cell.Value
Let me know if you have any questions.