How do i solve this...
I have 5 treeviews on different contentpanels that can be viewed by the related tab.
I'm adding on the 5 trees the same structure of nodes. It is no problem to add the nodes to one treeview, but if i add the same
nodes to another treeview they disappear out of the original one and is set to the next one. Any solution for this matter? Searched the net but didn't found anything.
I have a winform with 8 tabs across the top. When I click a tab, I see the appropriate content underneath. Basic stuff, and it has always worked fine... until today.
For no apparent reason, at run time, the contents have started being displayed under the wrong tabs. For example the content meant for Tab 8 is being displayed under Tab 1.
After some playing I discovered at runtime that clicking every single tab in order, seems to correct the problem... The contents go back under their correct tabs... But I cannot expect users to do this every time! (As a workaround, I tried mimicing this tab-clicking programattically on loading the form, but sadly it didnt seem to help).
Everything looks fine at design time. But at run time, something causes the content to be displayed under the wrong tab. This is driving me slightly crazy. I'm 100% certain I've not altered any settings on my tab control. It's like something suddenly broke behind the scenes and I dont know what it is. I've even examined all the properties of the RadTabStrip and cannot see anything that appears relevant. What am I doing wrong?
I wonder if anyone knows how to change the Font size for Grid Elements that are being displayed...I been playing around with the properties and seems that it is not working at all...Thanks in advance for your help...
I am looking at purchasing the Telerik Winfroms controls. I noticed that the what's new (http://www.telerik.com/products/winforms/whats-new.aspx) page listed a carousel component. However, I could not find this control in the suite. Is this a new control or was the page just explaining that this component is part of the Quick Start application only?
If you launch the status strip example, and then maximize the window & grab the status bar grip, you can resize the window. This also causes some odd behaviour, where the window can't be moved until it is clicked again, at which point it recenters on the screen and acts like a regular non-maximized window.
If it hasn't already been mentioned, I grabbed the Q3 build today as well a the Q3 docs. I was flipping through all the chm files and found the one for GridView was empty. It had the content tree, but each node was blank and there was no information in the pages.
I add 5 DockPanels to a DockingManager using SetDocument. They all appear as they should when I run the application, but in the list of tabbed documents only the first 4 is showing. If I right click and choose floating and then change it back to tabbed document, the list contains all 5. So it is only the initial list that is wrong.
Can you describe the concept of custom validating of cell content in your GridView. When using validating event I can't figure out what is the cell (its ColumnInfo or RowInfo) which is in edit mode and its content. Why don't args have more properties such as cellElement or columnindex, rowindex ...