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..

I have a toggle button that shows/hides the search row. However, I need to capture the close event of the search row so I can change the toggle button state. This is needed because the user can click the X to close the search row. Or, can I hide the X button?
Thanks!

Hello,
Can someone tell me if it's possible to automatically scroll the selected folder in RadBrowserEditor into view? Currently, I am setting the 'value' property of this control to a folder that's is not part of the default view. When the dialog opens, the folder is selected as expected but it's not scrolled into view. So, I have to manually scroll in order to find the selected folder.
Thanks,
Santosh
I've written a single dialog box to handle error messages, input box, yes/no dialog with metro touch theming.
I show and hide controls and shuffle them into position as necessary.
The file shows 3 images, top one is at design time and the bottom two at run time.
My problem is that I need to catch the window layout after the theme adjusts the sizes of the controls but before they're displayed so I can perform a final shuffle. As you can see, especially on image 3, the position of the buttons, despite being anchored bottom and left/right are a long way off their original site. On image 2 I try to reposition them programatically, but the theme hasnt been fully applied and the button heights are returned to me as 24 when they're actually 32.
Is there an event which I should trap to do this please?

How do I change a node's checkbox state when the user clicks on the node's label text as opposed to clicking on the checkbox itself?
This needs to work when the treeview is in Tri-state mode (needs to handle intedeterminate state as well as on/off).
Thanks
Hi,
Currently, I am using DontNetMagic library.. Now i want to switch to Telerik WinForms.
My requirement is to add a field (as highlighted in attached image) by inheriting any of CommandBar class in my own class.
The text (20%) will be updated as and when performs any zoom operation.
What is the recommended way to achieve the desired functionality?
Thanks,
Harshal
