Hi Folks,
I've got a RadGridView with a details view that itself contains three RadGridViews.
The problem is, events from the inner Grid e.g. SelectionChanged or MouseDoubleClick are transported somehow to the outer Grid.
This leads to serious problems, for example the outer grid collapses the details when the user double clicks in the inner gridview..
How can I prevent the outer grid accepting events from controls of the details page ?
(Is this a common event routing issue ?)
Best regards
Oliver
(P.S. or, vica versa, how to prevent the "inner" controls sending events to the outside? There's this structure: The outer grid contains a RadTabControl, some tabs, each tab contains a Grid which contains three RadGridViews and some buttons)
I've got a RadGridView with a details view that itself contains three RadGridViews.
The problem is, events from the inner Grid e.g. SelectionChanged or MouseDoubleClick are transported somehow to the outer Grid.
This leads to serious problems, for example the outer grid collapses the details when the user double clicks in the inner gridview..
How can I prevent the outer grid accepting events from controls of the details page ?
(Is this a common event routing issue ?)
Best regards
Oliver
(P.S. or, vica versa, how to prevent the "inner" controls sending events to the outside? There's this structure: The outer grid contains a RadTabControl, some tabs, each tab contains a Grid which contains three RadGridViews and some buttons)