Hi,
In XamDataGrid, if one of the group is expanded among all the collapsed groups and all of items from expanded group are deleted then the group just above that expands automatically. How can we stop this behavior to happen?
Thanks,
Imad.
Hello imadulhaque,
I have been looking through your post and make a sample project for you. When all items of a group are deleted, the above group becomes active and is expanded. I set IsActive property of the ActiveRecord to “false” at the same time RecordsDeleting event is fired. That do not allow the above group to be expanded.
If you have any other concerns on this matter do not hesitate to ask.
It worked. Thanks for you reply Maria.