This question is locked. New answers and comments are not allowed.
I am using RadDocking,RadSplitContainer,RadPanGroup,RadPane to place Controls and display data.
pane1 => RadGridView- To display Employees
pane2 => textblocks & textbox used to display & do CRUD operations
pane3 => to filter the data in grid (RadPropertyGrid).
When all panes are Docked or pinned/unpinned, data is binded to the selected row in a RadGridView.
But, If I make any pane to float - it doesn't display any data, buttons whose events bind to Commands doesn't fire, nothing works just displays the UI.
Is this the default behaviour of the panes when floating or do we have any solution to this problem.
we have users who use docking to float a particular pane and do some operations, improves usability .
Any help is really appreciated. - thanks in advance.
pane1 => RadGridView- To display Employees
pane2 => textblocks & textbox used to display & do CRUD operations
pane3 => to filter the data in grid (RadPropertyGrid).
When all panes are Docked or pinned/unpinned, data is binded to the selected row in a RadGridView.
But, If I make any pane to float - it doesn't display any data, buttons whose events bind to Commands doesn't fire, nothing works just displays the UI.
Is this the default behaviour of the panes when floating or do we have any solution to this problem.
we have users who use docking to float a particular pane and do some operations, improves usability .
Any help is really appreciated. - thanks in advance.