Hi
Could anyone of you tell me how to dynamically access the properties of a sub-grid within a grid after it is loaded, let’s say load new data to that sub-grid.
Thanks
Hi
Could anyone of you tell me how to dynamically access the properties of a sub-grid within a grid after it is loaded, let’s say load new data to that sub-grid.
Thanks
You can get sub grid object with following code:
var sub_grid=mygrid.cellById(row_id,cell_index).getSubGrid()
Sub grid must be opened at list once.