WebGrid provides a row checker function which is very helpful to select multiple rows in WebGrid.
In this topic, you will learn the basic thing on how to persist row checker during PostBack in WebGrid. This makes the row checker is not being cleared during postback.
To persist row checker during postback
- Open WebGrid.NET Designer.
- Focus on Popular Settings and click See all properties.
- Set PersistRowChecker to True in Advanced - WebGrid - LayoutSettings.
Tasks
How-to: Get checked rows in client side
How-to: Get checked rows in server side
References
PersistRowChecker Property
Other Resources
Walkthrough Topics
How-to Topics