Hi,
We have a WebDataGrid in our application which has 4 columns that are mapped to a single DatePickerProvider; which has a ClientSideEvents for ValueChanged.
Now, in the event handler, I need help in identifying in which of the four columns the value is changed; i need to do this check in clientside ValueChanged of the datepickerprovider in jquery.
My requirement to act to the event only when data selection is made in one column.
Infragistics45.v15.2 is the version we are using
Can you please help?