Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
How to delete gridrow using client
posted

Hi

How Delete to row in  webdatagrid  in client side

Previous ultrawebgrid we follow this  format

  for (i = 0; i < oRows.get_length() ; i++) {
       
        igtbl_deleteRow(ClientID + "UsrNfHazmat1_GridPFExpos", oRows.Rows.rows[i].Id);
        i = i - 1;

}

Its not Support in webdatagrid

Parents Reply Children