I am using a RadTreeView and the DragDropService to Drag/Drop of nodes into the same tree at different levels. The data on the Tree is bound to an object. Everything is working except, I can't get the tree on my form to show when the dragdrop has completed so I can update the underline table when changes are made. None of the events are firing, DragDrop, DragEnded, etc. What am I missing.
If this has already been discussed, can someone just point me to the thread. I search, but didn't see this anywhere.
TIA.
Hi,
I am creating RadDock at runtime and adding tool windows to it. But, I am not able to set backcolor for remaining space.
Please refer attached image & suggest a workaround.
Thanks,
Harshal.
I don't know if I missed a property or if I'll need to use the KeyDown/KeyPress events, but is there an easy or preferred way that I can turn off the feature that allows the right and left arrow keys to navigate through the pages of a RadPageView?
I have an application where I have the tab strip hidden and am programmatically controlling the page navigation.
Thanks.
Hello Team,
Please see the attached screen.Could you please guide me how to implement the custom treeview
Hi,
I am using a TreeView with checkboxes enabled and TriState enabled. If I click on a parent node checkbox it affects the checkbox state of its children, and vice versa. I would like to be able to save the tree state whenever the tree checkboxes are changed by a user, but only when ALL of the cascading is finished.
How can I do that?
Note: I tried to use the TreeView1.NodeCheckedChanged event - but this event fires for EVERY checkbox change. I only want to run my code once, at the very end.
Thanks,
-Lou
Hi all,
I have a radgridview with two GridViewCalculator columns. The database table columns to which the data from these calculator columns goes, has the datatype like this : decimal(22,9). Here the gridview columns accept about 31 characters and in turn this will make runtime errors. How can I set the maxlength property for these calculator columns like we set the same for textbox columns? Pls help..