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
  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();