- i have to access the row count of the DHTML GRID
2)have to acces entire row values by giving row id
Plz help me in that
- i have to access the row count
var count = mygrid.getRowsNum();
>> 2)have to acces entire row values by giving row id
var value = mygrid.cells(row_id,column_index).getValue();