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
490
Delete Row from Grid.
posted

 I try to delete row from Grid using the follwing code :

   Int32 index = Grid.ActiveRow.Index;                          
   Grid.ActiveRow.Delete(false);

 But This error comming :

 ---------------------------
Data Error
---------------------------
Unable to delete the row:

Collection was of a fixed size.
---------------------------
OK   
---------------------------