RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

When you use EditForms edit mode you may prefer to hide the currently edited row (which by default is displayed above the edit form) and merely show that edit form. You can undertake this task by following the instructions below:

  1. Subscribe to the PreRender event of your grid instance

  2. Traverse the grid items and find the one that is currently in edit mode

  3. Set its Visible property to false