Categories | Question details Back To List | ||
Row accessing 1) 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 Answer posted by Support on Sep 01, 2008 01:56 >>1) 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(); |