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

EditItem checkbox with FormsDecorator makes checkbox invisible

1 Answer 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shane P
Top achievements
Rank 1
Shane P asked on 29 Sep 2008, 09:45 AM
Hi there,
I have a grid where I have a editcheckbox

<

telerik:GridClientSelectColumn UniqueName="editColumn">
</telerik:GridClientSelectColumn>

The page is inside a masterpage and I have added the forms decorator to my masterpage. The checkbox is hardly visible and when I try check it I get a horrible javascript error breaking on this line
this._rowSelectorArea.style.left=Telerik.Web.UI.Grid.FindPosX(this._firstRow)+"px";

1st question is how do I fix the display of the checkbox? (If I remove the checkbox then it displays fine)

2nd what is causing the javascript error and how do I get rid of it.



Thanks
Shane

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Sep 2008, 11:04 AM
Hi Shane,

One solution I can suggest is to use the DecoratedZoneId property of RadFormDecorator and thus exclude RadGrid's from the controls to be decorated.

ASPX:
  <telerik:RadFormDecorator ID="RadFormDecorator1"  DecorationZoneID="RadDatePicker3" runat="server" /> 

Thanks
Shinu.

Tags
Grid
Asked by
Shane P
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or