jQWidgets Forums

jQuery UI Widgets Forums Grid How to get a Column that is not visible

This topic contains 1 reply, has 1 voice, and was last updated by  jose Ivan 11 years, 10 months ago.

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

  • jose Ivan
    Member

    Hi, I have downloaded the last version of JQwidgets… my question it’s how I get a column that’s not visible, something like key value.

    Something like branchDisplay and branchtID… the column branchDisplay it’s the only that show, the other it’s the datasource.

    for (var i = 0; i < count; i++) {
    source.datafields.push({ name: respuesta._datas[i].datafields });
    }

    var dataAdapter = new $.jqx.dataAdapter(source);

    when I want to get back data information with this method doesn’t work!

    $(‘#jqxgrid’).jqxGrid(‘getcolumn’, ‘branchID’);

    Seems like this method get the visible Columns…

    Any Idea?

    Thanks !


    jose Ivan
    Member

    Other example it’s a registerID this field doesn’t show but it’s exist in datafield array but not in columntext … so if I would like set a cellvalue of any cell that doesn’t show. In version 2.4 it was working fine.

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

You must be logged in to reply to this topic.