Hi,
I have a UltraGirdColumn of type CheckBox.how to perform following actions
which clientside event need to be called to trigger a function?how to get the value of all the checkboxes in the grid in the triggered function ?Currently i am using a html checkbox and using onclientclick event .here issue am facing his the response is very slow only when i click the first checkbox.
please suggest me a solution for this.
Thanks in advance
Hello,
I would suggest you to use the AfterCellUpdate client-side event. Here is an example how you can get the values from all checkboxes in "CheckBoxCol" column from this event:
Hope this helps.
I'm just checking if you have any further questions regarding the matter.