Hi,
I think I ran into a bug regarding client-side row selection. Any help or workaround would be greatly appreciated.
I'm using Q2 2008 RadGrid (IE 6 if it matters)
This problem can be seen in the Telerik demo here... http://demos.telerik.com/aspnet/prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx (The second grid with checkboxes)
If AllowMultiRowSelection="false" on a grid, once you select a row you cannot deselect it on client-side. It acts like a radiobutton. If you set AllowMultiRowSelection="true" it works just fine. The problem for me of course is that I need AllowMultiRowSelection="false".
Come to think of it, I'll bet you guys are somehow masking a radiobutton to look like a checkbox in my scenario. Did I just crack the code? :-)
If that is the case, there should be a simple Javascript fix, right?
Thanks in advance for any suggestion or let me know if I need to clarify.
Joe
I think I ran into a bug regarding client-side row selection. Any help or workaround would be greatly appreciated.
I'm using Q2 2008 RadGrid (IE 6 if it matters)
This problem can be seen in the Telerik demo here... http://demos.telerik.com/aspnet/prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx (The second grid with checkboxes)
If AllowMultiRowSelection="false" on a grid, once you select a row you cannot deselect it on client-side. It acts like a radiobutton. If you set AllowMultiRowSelection="true" it works just fine. The problem for me of course is that I need AllowMultiRowSelection="false".
Come to think of it, I'll bet you guys are somehow masking a radiobutton to look like a checkbox in my scenario. Did I just crack the code? :-)
If that is the case, there should be a simple Javascript fix, right?
Thanks in advance for any suggestion or let me know if I need to clarify.
Joe