How do we disable a cell in the list grid when the record is been edited and value of one cell in a edited record is changed ?
example:
We have three fields defined in the datasource for the listgrid.
a. operator - possible values: Between, At, Before and After
b. startDate
c. EndDate
We need to disable End date cell if user selects operator other than 'Between'.
example:
We have three fields defined in the datasource for the listgrid.
a. operator - possible values: Between, At, Before and After
b. startDate
c. EndDate
We need to disable End date cell if user selects operator other than 'Between'.
Comment