CheckBox Selection Lost

5 replies. Last post: June 3, 2015 12:54 PM by rocky main
Tags :
rocky mainMember

I have a grid with checkbox on each row. When user selects rows on the page and click next, Previous Checkboxes get lost. I want to persists rows selection across all pages in the grid.

 

Answers

Hi Rocky,

If you want to use a row checker, you will need to set the IsRowChecker="true" to your Row Checker Column and make sure that you have set AllowMultipleSelection="No" to disabled Multiple Row Selection. For your information, RestoreRowSelection work on both MultipleSelection and RowChecker, but if both feature was used together, RestoreRowSelection will restore selected row instead of checked row.

For a sample, you could refer to PreserveCheckedRows.aspx WebGrid sample included in installation folder.

Best Regards,
Leo

All Replies

Hi Rocky

WebGrid has a feature called "RestoreRowSelection" that Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions. Please try set RestoreRowSelection (Under LayoutSetting) to "All".

Best Regards,
Leo

Hi Rocky

WebGrid has a feature called "RestoreRowSelection" that Determines whether WebGrid should automatically restore multiple row selection state after FlyPostBack actions. Please try set RestoreRowSelection (Under LayoutSetting) to "All".

Best Regards,
Leo

Thanks for the reply.

 Did RestoreRowSelection="True"

Now this is whats happing
<ISWebGrid:WebGridColumn Caption="Select All" AllowSorting="No"  Name="SelectAll" ColumnType="CheckBox"  ></ISWebGrid:WebGridColumn>
I have a webgridcolumn, its not presisting checkbox check on next/previous click.

If i set IsRowChecker="true" then it checks all the rows on next/previous click.

Am i missing some parameter that needs to be applied/removed while using RestoreRowSelection.

Hi Rocky,

If you want to use a row checker, you will need to set the IsRowChecker="true" to your Row Checker Column and make sure that you have set AllowMultipleSelection="No" to disabled Multiple Row Selection. For your information, RestoreRowSelection work on both MultipleSelection and RowChecker, but if both feature was used together, RestoreRowSelection will restore selected row instead of checked row.

For a sample, you could refer to PreserveCheckedRows.aspx WebGrid sample included in installation folder.

Best Regards,
Leo

Thanks a lot Leo.

Got it resolved.

All times are GMT -5. The time now is 3:06 AM.
Previous Next