Hello all,
I have a grid with multiple row edits allowed, and it opens in edit mode by default. In my case, a checkboxcolumn displays some options that can be selected, or deselected by the user.
I want to show a commanditem button when any checkbox in the checkboxcolumn is changed , so that an update button appears to save changes.
If a row change (in this case, a checkbox being clicked in a CheckBoxColumn), the grid display an "update" button as a commanditem. When the commanditem is selected, it does a batch update on the server (similar to the batch update example in the doc).
I'm considering using a columnclick event on the client side API, or to go with a custom template column and use regular checkboxes, trapping the checked event client side. Is there a better method?
Thanks,
Etienne
I have a grid with multiple row edits allowed, and it opens in edit mode by default. In my case, a checkboxcolumn displays some options that can be selected, or deselected by the user.
I want to show a commanditem button when any checkbox in the checkboxcolumn is changed , so that an update button appears to save changes.
If a row change (in this case, a checkbox being clicked in a CheckBoxColumn), the grid display an "update" button as a commanditem. When the commanditem is selected, it does a batch update on the server (similar to the batch update example in the doc).
I'm considering using a columnclick event on the client side API, or to go with a custom template column and use regular checkboxes, trapping the checked event client side. Is there a better method?
Thanks,
Etienne