We have a radGrid with automatic inserts, updates and deletes. We're using a FormTemplate for the insert/edit. When the grid initially loads, we're collapsing all of the group sections. We're also collapsing all of the group sections when the user clicks to "Add new record." so that only the input form is displayed.
How do I prevent expansion of all of the group sections when...
A) The user clicks the "Edit" or "Delete" buttons.
B) After the "Insert" or "Cancel" button is clicked when adding a new record. We actually want to expand only the group section for the inserted record and scroll the display of the grid so that the newly inserted record is visible.
Essentially regardless of the Insert/Edit/Delete activity, we want the group sections that were collapsed to stay collapsed; those that were expanded to be expanded. Currently all of the group sections expand.
Thanks.