This question is locked. New answers and comments are not allowed.
I have a RadGridView with a RowDetailsTemplate which contains a child RadGridView. If I highlight a row in this child RadGridView and hit the delete key, instead of deleting from the child RadGridView, the entry in the parent RadGridView is deleted.
The only special thing I am doing is on the parent RadGridView, I am hooking up to the Deleting event, and setting the GridViewDeletingEventArgs.Cancel property to true if for whatever reason that row shouldn't be deleted. Everything else is using the built in support for deleting rows in a grid.
Is it possible to have the delete apply to the child RadGridView in this case?
I am using Telerik Silverlight controls version 2010.2.812.1040
Silverlight 4 (4.0.50826.0)
Windows 7 professional 64 bit
IE 8 (8.0.7600.16385)
The only special thing I am doing is on the parent RadGridView, I am hooking up to the Deleting event, and setting the GridViewDeletingEventArgs.Cancel property to true if for whatever reason that row shouldn't be deleted. Everything else is using the built in support for deleting rows in a grid.
Is it possible to have the delete apply to the child RadGridView in this case?
I am using Telerik Silverlight controls version 2010.2.812.1040
Silverlight 4 (4.0.50826.0)
Windows 7 professional 64 bit
IE 8 (8.0.7600.16385)