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