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

[Solved] radgrid javascript on dbl click

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ayesha
Top achievements
Rank 1
Ayesha asked on 06 Jan 2010, 10:54 PM
Hi,

I've a radgrid :

<

 

telerik:RadGrid ID = "m_radRecipientsGrid" runat="server"

 

 

CellPadding = "0"

 

 

AllowMultiRowSelection="True"

 

 

GroupingEnabled="False"

 

 

HorizontalAlign="Left"

 

 

OnNeedDataSource="m_radRecipientsGrid_NeedDataSource"

 

 

GridLines="None"

 

 

Height ="225px"

 

 

Width = "99%"

 

 

OnItemCommand = "m_radRecipientsGrid_ItemCommand"

 

 

OnSelectedIndexChanged="m_radRecipientsGrid_SelectedIndexChanged" TabIndex="15">

 

 

<MasterTableView AllowPaging="true"

 

 

AllowSorting="true"

 

 

AllowFilteringByColumn="true"

 

 

PagerStyle-Mode="NextPrevAndNumeric" PageSize="10">

 

 

<Columns>

 

 

<telerik:GridClientSelectColumn Reorderable="False" UniqueName="ClientSelectColumn">

 

 

<HeaderStyle Width="30px">

 

 

</HeaderStyle>

 

 

</telerik:GridClientSelectColumn>

 

 

</Columns>

 

 

 

</MasterTableView>

 

 

<GroupingSettings CaseSensitive="false" />

 

 

<ClientSettings EnablePostBackOnRowClick ="true" >

 

 

<Scrolling AllowScroll="True"

 

 

UseStaticHeaders="True" />

 

 

<Selecting AllowRowSelect="true" EnableDragToSelectRows ="true" />

 

 

<Resizing AllowColumnResize="true"

 

 

ClipCellContentOnResize="true"

 

 

EnableRealTimeResize="true"

 

 

ResizeGridOnColumnResize="false" />

 

 

</ClientSettings>

 

 

</telerik:RadGrid>

 


When I select items in the grid,
I get the javascript error: 'this._owner' is null or not an object

How to get rid of this error.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 11 Jan 2010, 02:33 PM
Hello Ayesha,

I tried to reproduce the aforementioned error but unfortunately to no avail. Please download my test project (attached to this post) and let me know if I'm missing something.

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Ayesha
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or