iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I have an intersoft web grid in which a template checkbox column exists. When I checked template column checkbox and add a new column using right click on the grid then previous selected value doesn’t maintain.
Could you please let me know that how to maintain template checkbox column value after added a new column using right click on web grid.
Thanks
Sachin
Instead of using template checkbox column, you might want to consider using ‘Row Checker’ feature of WebGrid. The IsRowChecker column property allowing you to create efficient multiple rows selection grid interface quickly. There are numerous automated behavior attached when working in this mode, such as select/deselect all checkbox in column header, application of CheckedRowStyle, batch multiple rows selection by pressing Shift key, and much more.
One of the advantages using IsRowChecker column is that it has the behavior to persist row checker during PostBack in WebGrid. This makes the row checker is not being cleared during postback.
The step-by-step below shows how to create IsRowChecker column and enable its PersistRowChecker feature.
Adding RowChecker column in WebGrid
<Columns> <ISWebGrid:WebGridColumn Name="WebGridColumn0" Width="100px" IsRowChecker="true"> </ISWebGrid:WebGridColumn> ... </Columns>
Persist row checker during PostBack
<LayoutSettings AllowEdit="Yes" AllowSelectColumns="Yes" PersistRowChecker="true"> </LayoutSettings>
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname