DeleteRow

2 replies. Last post: December 22, 2009 4:04 AM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Eric HanigMember

Hi,

On the server side DeleteRow, i need to delete a second row, when another row is deleted.  These rows are at the same level.  So when i delete a row in the DeleteRow server side call, i need to also delete another row.  However, its not showing on the client when i try.

I have tried:

((DataRowView)e.Row.Grid.RootTable.Rows[j].DataRow).Row.Delete();

and

e.Row.Grid.RootTable.Rows.Remove(e.Row.Grid.RootTable.Rows[j]);

Neither throw an error, but the row still shows on the client.

 

Eric

All times are GMT -5. The time now is 3:33 AM.
Previous Next