This is a migrated thread and some comments may be shown as answers.

GridClientSelectColumn not working as expected after browser back button clicked

3 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 26 Nov 2015, 05:17 AM

using Telerik UI for ASP.NET AJAX

Telerik.Web.UI

version: 2013.3.1324.40

 Visual Studio 2010

 I have a RadGrid with a GridClientSelectColumn and AutoGenerateColumns="False" AllowMultiRowSelection="True"

I'm using the SelectedItems collection. It works fine the first time. I redirect to another web page after form submission and all is good. If I go back using the browser back button (ie 11) I then get unexpected functionality. For example: I checked row 1, 3 and 5. Verified that I detected that correctly. Click browser back button. Unselect row 3. I now expect to detect the remaining selected rows -- 1 and 5. Instead I detect 3 selected.

I've tried a number of variations of the code and can't get expected functionality. I've tried MasterTableView.Items.

I've tried

CheckBox chk = (CheckBox)item["GridClientSelectColumn1"].Controls[0];
if (chk.Checked) ...

Nothing works.

I'm sorry I have not posted a stripped down sanitized version of the code. I won't have time to do that until next week.

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 27 Nov 2015, 10:51 AM
Hi Alex,

Note that the version you are using is rather old an as it is released long before the IE11 has been released, it is not supported with the new browser. I would advise you to upgrade to the latest official release of the controls and see what the behavior in this case is.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Alex
Top achievements
Rank 1
answered on 30 Nov 2015, 05:07 PM
I'll try that, Thank you!
0
Maria Ilieva
Telerik team
answered on 01 Dec 2015, 03:45 PM
Hello,

Give the update a try and let us know if any issues after upgrading your applictaion still appears.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Alex
Top achievements
Rank 1
Share this question
or