Hi,
I've got a grid that I am setting up so that ALL rows are editable. I'm using the second method in the http://www.telerik.com/help/aspnet-ajax/grddefaulteditmodeforgriditemsoninitialload.html example. This method specifies that you need to set the EditMode of the grid to EditForms. I've done that and it works however I need the grid to now hide the non-editable rows. At the moments its:
Row 1 data
Row 1 Edit form
Row 2 data
Row 2 Edit form
I want to get rid of the data row. Any ideas.
Regards,
Jon
I've got a grid that I am setting up so that ALL rows are editable. I'm using the second method in the http://www.telerik.com/help/aspnet-ajax/grddefaulteditmodeforgriditemsoninitialload.html example. This method specifies that you need to set the EditMode of the grid to EditForms. I've done that and it works however I need the grid to now hide the non-editable rows. At the moments its:
Row 1 data
Row 1 Edit form
Row 2 data
Row 2 Edit form
I want to get rid of the data row. Any ideas.
Regards,
Jon