I have two columns
Templatecolumn -- checkbox
UltrGridColumn - Bound and I have given EditorControlId - WebDateChooser1.
in UltraWebGrid.
I need to change the checkbox value of every row after chnaging the value of the WebDateChooser1 or closing dropdown in any row.
How to add clientside events to webDateChooser.
Any sample code is appreciated.