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
Yet again i find myself battling with a trivial task..
I have a grid with a column of type rowchecker. When the postback occurs due a button being clicked, only the last selected row in the IsRowChecker column is being returned with a call to the:
ArrayList checkedIDs = wgMyGrid.RootTable.GetCheckedRows();
The only way i can select all the rows is by using the column header checkbox, which selects all the rows or using the [shift] with mouse click. Selecting/Unselecting the rows is only returning the last one selected. I dont have the time to post the code.
IsRowChecker column below..
<ISWebGrid:WebGridColumn AllowGrouping="Yes" AllowSizing="No" AllowSorting="No" Bound="False" ColumnType="CheckBox" EditType="Checkbox" Name="PublishRow" Caption="Publish" ShowInSelectColumns="Yes" ButtonAutoPostback="true" IsRowChecker="true" IsRowHeader="true" AllowMultiLine="true" Width="25px"> </ISWebGrid:WebGridColumn>
Anyone any ideas ??
Regards
David
Hello David,
Have you seen our WebGrid sample PreserveCheckedRows.aspx? The sample persists the check state after postback. Hope this will guide you about how to do it.
Regards,Handy
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