Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Checkbox in Grid Item Template gets checked if checkbox of previous page has checked
posted

Hi,

I am using Grid("Infragrid:WebDataGrid") in one of my page which gets open in popup. 

On each Grid row, I am having a checkbox as an Item template.

Issue is, when I select checkbox for particular record on one page, checkbox on other page also gets checked.

e.g. if I select checkbox of fifth record on page 1 and click on next page, checkbox of fifth record on page 2 also gets checked. 

I have enabled DataViewState and AjaxViewState for the Grid. Please find the below code:

EnableAjaxViewState="true" EnableTheming="true" AutoGenerateColumns="false">

Please assist.