jQuery UI Widgets Forums Grid selectrow and row values

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • selectrow and row values #53147

    dbmw
    Participant

    If I am able to select a row by doing this, assuming that I have row as a variable with value 2 for example

    $("#grid").jqxGrid('selectrow', row);

    Why will this command, where recid is a column in my grid, run immediately after give me a null result?

    var idINeed = $('#grid').jqxGrid('getcellvalue', row, "recid");

    thanks
    Mark

    selectrow and row values #53153

    Dimitar
    Participant

    Hello Mark,

    This is not a normal behaviour. Please post a larger code sample, which we may test locally to determine the source of the issue. A JSFiddle would be fine, too. Make sure you are using the latest version of jQWidgets (3.2.2).

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.