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

RadFormDecorator RadGrid

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
abhay
Top achievements
Rank 1
abhay asked on 30 Aug 2011, 09:00 AM
Hello All,

I m using RadFormDecorator on my page. Also there is a RadGrid with GridClientSelectColumn on the page using the "Persisting the Selected Rows Client-side on Sorting/Paging/Filtering/Grouping" (http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-client-sorting-paging-grouping-filtering.html) feature.

I have noticed the that the when you select the checkbox at the top of the header, it acts weird in IE9. In IE9 the rows don't get selected but Firefox works well.

After doing some experimentation it seemed that the RadFormDecorator was creating problem. So I had to use DecoratedControls="All" ControlsToSkip="CheckBoxes" in the RadFormDecorator and it worked perfectly fine in IE9 as well. But the checkbox now doesn't show the decorated checkbox.

This is just to keep you informed so that if anyone else faces the same problem it might be of help.




1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 30 Aug 2011, 09:31 AM
Hello,

<telerik:RadFormDecorator ControlsToSkip="CheckBoxes" />


Thanks,
Jayesh Goyani
Tags
Grid
Asked by
abhay
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or