paveloosha
11-08-2011, 11:04 AM
Hi guys, is it possible to addItem into a dataGrid like this?
var colNum = myDataGrid.getColumnAt(0);
myDataGrid.addItem({colNum:"my Item"})"
Is there any way to detect column dynamically and input data into that?
Thanks in advance.
var colNum = myDataGrid.getColumnAt(0);
myDataGrid.addItem({colNum:"my Item"})"
Is there any way to detect column dynamically and input data into that?
Thanks in advance.