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 !