To get the selected rows in client side, you can use GetCheckedRows() method of a WebGridTable instance. It is the same method used in initial RowChecker feature.
Similarly, to get the selected rows in server side, you use the GetCheckedRows() method of a WebGridTable instance. See following example:
| C# | Copy Code |
protected void button1_Click(object sender, EventArgs e) |
|
Other Resources
Walkthrough Topics
How-to Topics
Copy Code