Hi,
I have a strange issue.
I have a form that has multiple RadGrids. On a few of these Grids I have a Delete Command which would delete that particular row.
When the delete command is called, the appropriate event is fired and the code is executed correctly. The right row gets deleted from the database. However, when the control refreshes, it results in an empty grid. If I refresh the entire page, the grid will show the correct number of rows.
I've used the delete command on many other forms without this issue. and I'm stuck on what could be the cause.
Anyone else had the issue when the Delete Command is fired that the grid displays no rows, even though the database rows are there?
Thanks
JM
JM