jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • napilex
    Member

    I solved using a variable:

    var grid = $(“#jqxGrid”).jqxGrid(
    {
    width: ‘100%’,
    editable: true,
    columnsresize: true,
    ……………..
    …………….

    Then

    var data = grid.jqxGrid(‘getrowdata’, 0);

    I hope this solve your problem.

Viewing 1 post (of 1 total)