jQuery UI Widgets Forums Grid GetCellValue undefined

This topic contains 2 replies, has 2 voices, and was last updated by  ivailo 9 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • GetCellValue undefined #71425

    deeredealer
    Participant

    I don’t see why I generating an undefined return with this ‘getcellvalue’.

    First time with jsfiddle and grid doesn’t render?? but code is same as what I am generating.

    thanks
    mark

    GetCellValue undefined #71426

    deeredealer
    Participant

    I don’t see why I generating an undefined return with this ‘getcellvalue’.

    link didnt show…. https://jsfiddle.net/meh47960/d01y9r8a/42/
    First time with jsfiddle and grid doesn’t render?? but code is same as what I am generating.

    thanks
    mark

    GetCellValue undefined #71436

    ivailo
    Participant

    Hi deeredealer,

    1. jsfiddle doesn’t render the grid cause you are not included right paths to the depended .js and .css files.
    2. Using inline functions is a bad practice.
    3. You are trying to get the value of an element, but you are set for parameter the “text” value. Must use the “datafield” value.

    Here is the working fiddle.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.