Hi,
Simple question. See subject.
In case of 'getSelections' it is clear that it will be an array. This also could be checked by colling any array function
Like this:
var ar = $('#test').datagrid('getSelections');
alert(ar.length);
But the same code with 'getData' shows 'Undefined' instead of number.
So. What do I get from datagrid('getData') and how to work with it?
Thanks.