Editable Checkcolumn gives javascript error

  1. #1

    Editable Checkcolumn gives javascript error

    When using an editable checkcolumn in a gridpanel, i receive the following javascript error:
    "Microsoft JScript runtime error: 'undefined' is null or not an object"

    this happens when i click on the cell and i enabled the javascript debugging in IE.

                    if (hook.canThrow) {
                        try {
                            out = style[camel];
                        } catch (e) {
                            out = '';
                        }
                    } else {
                        out = style[camel];
                    }
    The bold and underlying part throws the error.
  2. #2
    Please use Editable property for CheckColumn instead Editor
  3. #3
    I use the editable property:

    <ext:ModelField Name="dataindex" Type="Boolean" />
    <ext:CheckColumn DataIndex="dataindex" Header="Header" runat="server" Editable="true" />

Similar Threads

  1. CheckColumn is editable?
    By 78fede78 in forum 1.x Help
    Replies: 2
    Last Post: Jan 18, 2013, 12:46 PM
  2. Replies: 2
    Last Post: Jun 06, 2012, 8:27 PM
  3. Replies: 3
    Last Post: Feb 22, 2012, 12:56 PM
  4. Replies: 2
    Last Post: Nov 09, 2011, 5:00 AM
  5. Replies: 1
    Last Post: Jan 28, 2009, 7:36 PM

Posting Permissions