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

'this._tableView._owner' is null or not an object

3 Answers 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 1
Tony asked on 18 Jul 2008, 12:57 AM
I am getting an error in RadGrid double click. This is the error.
'this._tableView._owner' is null or not an object. The script throws the error when trying to do a $find on one of the parent object. Any ideas on how to get rid of this? Also, I have no code in the grid double click. Is it possible to remove the event handler fot it?

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Jul 2008, 06:45 AM
Hi,

I have found a forum link which discuss a similar error. Go through it.
'this._tableView._owner' is null or not an object

Regards
Princy.
0
Tony
Top achievements
Rank 1
answered on 18 Jul 2008, 04:13 PM
Thanks for the reply. I did take a look at those threads. My control name doesn't have any preceding "_". So I don't think that is the same issue. For finding a component using $find, shouldn't that be added using the addComponent? The parent control for the RadGrid in my case is an Infragistics Tab Control which has a master page.  Also, how do I stop the control from running the script on double click event since I don't have any action on double click?
0
Sebastian
Telerik team
answered on 21 Jul 2008, 11:50 AM
Hello Tony,

Can you please verify that you are using the latest version 2008.1.619 of RadControls for ASP.NET AJAX in your project? You may also test the solution with the Beta version of the new release (Q2 2008 Futures) to see whether this makes a difference. Additionally, test whether moving the grid instance outside of the tab control alleviates the abnormality.

If the problem persists, I will appreciate if you assemble a stripped working version of your project and send it enclosed to a formal support ticket. I will familiarize with your complete code logic and will get back to you with more info on the subject.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Tony
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Tony
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or