I need to be able to drag and drop between a radGrid and radTreeview; each are in different panes of a radSplitter
The radSplitBar resizes the window at run-time as expected until I add the following declarative code to the radGrid:
| <ClientSettings AllowRowsDragDrop="true" > |
| <Resizing AllowColumnResize="True" /> |
| <ClientEvents OnRowContextMenu="ShowContextMenu" /> |
| </ClientSettings> |
After I add that declaration to the radGrid, the radSplitBar in the radSplitter no longer functions to resize the panes.
What am I missing here?