hwan
2 comments
3,434 views
One can use the Grid's itemBeforeCheckChange and itemBeforeSelect client events to synchronize the state of checkboxes and row selection. Some extra logic is required since checkbox clicks also trigger row selection. I use the load client event is...
Posted by hwan
Posted on Mon Jun 15, 2009 @ 5:00 PM
13 comments
11,577 views
Using client templates and some JavaScript one can change Web.UI Grid's editing interface to behave more like a data entry spreadsheet. I started from the code suggestions given in Q10111 - HOWTO: Create a Microsoft Excel spreadsheet-like Grid and...
Posted on Thu Mar 12, 2009 @ 3:19 PM