jQuery UI Widgets Forums Grid Error appears when do beginrowedit

This topic contains 3 replies, has 3 voices, and was last updated by  natxocc 7 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Error appears when do beginrowedit #83213

    soojung
    Participant

    Hello, jqxGrid team!
    I have a question about your grid.

    I want to make jqxGrid like this.

    1. First, set jqxGrid property Editable to false
    2. When click ‘Edit the first row’ click, first row turns to editable true
    3. First column should be editable false.

    But when I make this, error appears.
    ” Can’t get not defined or null referenced ‘lastname’ property ”
    (Please regard my English is not exactly same what error saying)

    Please look my sample page. What is problem?

    Error appears when do beginrowedit #83221

    ivailo
    Participant

    Hi soojung,

    To avoid this error set a small delay about your beginrowedit function.
    You can do this with setTimeout().

    Here is a demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Error appears when do beginrowedit #83223

    soojung
    Participant

    Oh. Thank you sooo much ivailo! 😀

    Error appears when do beginrowedit #93899

    natxocc
    Participant

    I have an error with beginrowedit.
    In this fiddle the problem is the same.
    To reproduce the error (in this fiddle from Ivailo for example), click “Edit the first row”, after this, press “Enter” key. You would see that column “Last Name” takes the value from last column, in this case, “Unit price”.
    In my example, I have the same problem in my examples with beginrowedit (using last 4.5.2 version from jqwidgets)

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.