Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
How to handle the mouse up event from Infragistics.Win.DateTimeEditor calendar
posted

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

  • 29105
    Offline posted

    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.