I'm trying to delete a row on button click on the CellClick event of WebGrid.
I am using myUltraWebGrid.Rows.Remove(e.Cell.Row);
i think everything should be ok but I am getting this error: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index
I've also tried deleting by index. If I do a rows.Count I get 13 and when trying to delete a row, say row 2, I am getting this same error?
Am i missing something?
I am using V6.3