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

[Solved] GridClientSelectColumn - Browser Navigate back issue

4 Answers 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 18 Jun 2008, 01:48 PM
Hi everybody,

on a aspx web site I placed a Grid using  the GridClientSelectColumn in order to select one single row.

However, if a user pushes the Browser's back button, the selected check box is still checkd.
When the user now checks another checkbox, there are 2 selected checkboxes, the previous and the currently selected.

However, I just want to have on checkbox selected.

Is this a bug? Does someone (telerik) have an idea how to prevent multiple checkbox selection in this scenario?

Sincerely
Oliver

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Jun 2008, 06:33 AM
Hi Oliver,

Have you set AllowMultiRowSelection to true? Try setting it to false in the aspx as shown below.

ASPX:
<telerik:radgrid id="RadGrid1" runat="server"   AllowMultiRowSelection="False"   > 


Thanks
Shinu.
0
Oliver
Top achievements
Rank 1
answered on 19 Jun 2008, 07:46 AM
Hi Shinu,

the AllowMultiRowSelection Property is definately set to "false".

Is it possible to implement some javascript code which will be executed when the user pushes the back button? Maybe some code which clears the selection.

Sioncerely Oliver
0
Accepted
Princy
Top achievements
Rank 2
answered on 19 Jun 2008, 10:34 AM
Hi Oliver,

Go through the following forum link which discuss a similar issue.
Browser "Back" button causes unexpected selection behavior

Thanks
Princy.
0
Oliver
Top achievements
Rank 1
answered on 23 Jun 2008, 01:43 PM
Thanks, I will check this out.
Tags
Grid
Asked by
Oliver
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Oliver
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or