Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
How do I access check box control in row template
posted

I created a UltraWebGrid with a column template that has a check box in it.

I set the check box in the template to auto post back.  When the check box is clicked,  I want the event handler to examine all the check boxes in each row to see if it is checked or not.

 So does anyone know how to check a check box in a template column for each row displayed in a web gird?

 Thanks