GridViewComponent

kd7kna's picture

Does anyone know if there is Select All - Clear All functionality in the GridViewComponent?
Or maybe a DoPostBack syntax that would allow this type functionality?

reecardo's picture

Nothing in the component

Nothing in the component immediately lets you do this. However, you might be able to add a custom keypress event that traps "Ctrl" and "A" together and loops through all the rows in the grid and stripes them all.