'getRowEditor()' is null or not an object

  1. #1

    'getRowEditor()' is null or not an object

    Why could it be that I'm getting this error ?

    In the aspx file there's the <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> sentence and in my codebehind I have the "Imports Ext.Net".

    The ext.net.dll version is 1.0.0.34580.

    I was able to debug it with VS 2010 and even though getRowEditor appeared as a method of the object, it was null.-

    Any clues?

    Thanks
  2. #2
    Quote Originally Posted by NestorLeone View Post
    Why could it be that I'm getting this error ?

    In the aspx file there's the <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> sentence and in my codebehind I have the "Imports Ext.Net".

    The ext.net.dll version is 1.0.0.34580.

    I was able to debug it with VS 2010 and even though getRowEditor appeared as a method of the object, it was null.-

    Any clues?

    Thanks
    Sorry, but I don't have any ideas. Could you post a simplified .aspx code sample which demonstrates how to reproduce this problem?
    Geoffrey McGill
    Founder
  3. #3
    i just copied and pasted the sample from https://examples1.ext.net/#/GridPane...ins/RowEditor/
  4. #4
    Quote Originally Posted by NestorLeone View Post
    i just copied and pasted the sample from https://examples1.ext.net/#/GridPane...ins/RowEditor/
    When I run that sample from the local (SVN updated) Examples Explorer project there are no errors and everything appears to function correctly.
    Geoffrey McGill
    Founder
  5. #5
    Could it be I'm using .NET 2.0?
  6. #6
    Quote Originally Posted by NestorLeone View Post
    Could it be I'm using .NET 2.0?
    Currently, .NET 3.5 (or higher) is required.
    Geoffrey McGill
    Founder

Similar Threads

  1. 'this.grid' is null or not an object
    By xtremexploit in forum 1.x Help
    Replies: 4
    Last Post: Jul 04, 2011, 3:34 PM
  2. 'Ext.net.ResourceMgr' is null or not an object
    By harshad.jadhav in forum 1.x Help
    Replies: 3
    Last Post: Jan 14, 2011, 10:01 PM
  3. Ext.fly(...)' is null or not an object
    By kapil gupta in forum 1.x Help
    Replies: 5
    Last Post: Nov 10, 2010, 8:59 AM
  4. 'insertAdjacentHTML' is null or not an object
    By Tbaseflug in forum 1.x Help
    Replies: 6
    Last Post: Jun 29, 2009, 5:00 PM
  5. Undefined is null or not an object???
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Mar 09, 2009, 11:11 AM

Posting Permissions