Hello everybody,
I'm using a radradialgauge. My pattern is a half circle. Under this half circle, i've got a blank useless space.
I try to use the CenterOffset and the scale transform to get it at the right dimension, but when the user change the size of the container, the rendering is ugly.
Is there a way to trim the clank space all around my gauge to dock it in a parent container ?
I hope my explication is understandable.
Best regards,
Tony
Hello,
I see that the RichTextEditor has a built in editor command bar that pops up when text is selected. Is there any way to manipulate that command bar (add new buttons, control when/how it pops up, etc). I can't seem to find any reference to it in any of the documentation.
Any help would be greatly appreciated.
Thanks!
I implemented a WinForm holding a RadDock and in it several Containers, DocumentWindows, ...
Now that there are more and more specialized DocumentWindows I think about defining this windows in separate files and loading this DocumentWindows dynamically when need to be shown.
Could you guid me how to do this easy and elegant?
How can I move the definition of the DocumentWindows into another file?
Generating a new nearly empty WinForm with a RadDoc and copyPaste the Window into that?
How can I load the DocumentWindow dynamically into the main WinForm?
Not all documentWindows are shown after program start, but when the user is selecting it in main menu "View" - just like it is in MS VS.
Thanx
Peter
Hi Telerik team.
I have a question about the RadGridView. I use in my application multiple gridview which have in common a lot. I have made some class which inherit from GridViewTemplate to represent my buisness object. This let me use the same grid in multiple Template.
But I have tried to go to the next step in using these Template on a hierarchical Grid (by extending them to add one column for the relation with the parent grid). And then I came in trouble because the template on the main level should be a MasterGridViewTemplate (or inherit from it) and the secondary template should be a GridViewTemplate (or inherit from it BUT not from MasterGridViewTemplate).
Let see an example:
I have two business object with one hierarchical: Customer and order.
I create two class CustomerGridViewTemplate and OrderGridViewTemplate which inherits from MasterGridViewTemplate. I can use theses template to build grid which show a list of customer or a list of order.
Now, I want to build a hierarchical Grid which show customer and their relative order so I create a new class CustomerOrderGridViewTemplate which inherits from OrderGridViewTemplate (it just add a new column with client ID). I use the CustomerGridViewTemplate as MasterTemplate and I add the CustomerOrderGridViewTemplate in the template collection and create a relation. This doesn't work (only the master template display). If OrderGridViewTemplate inherits from GridViewTemplate instead of MasterGridViewTemplate the two grid display correctly but I can't use anymore OrderGridViewTemplate in other Grid as MasterTemplate.
I don't understand why a custom template inheriting from MasterGridViewTemplate couldn't be used as secondary template. Any help or explanation will be welcome.
Hi,
The RadMarkupEditor has some issues with the usage of custom tags. I will provide you 2 cases which will describe the problems.
Case 1:
Case 2:
For me this is not normal behavior, especially not the second case. Can you have a look at this?
Thanks,
Tom