Maybe someone know how to turn off shortcut for right ALT in TextBox Control.
In Poland we use it with special characters like "śćżźą" . I check attribute EnableKeyMap = False, but still cant use it.
It work like ctrl.
Hi, how do I left-align the header text in the header of the RadListView when it's set to display multiple columns? By default it's centered (see attached screenshot).
documentWindow1.CloseAction = Telerik.WinControls.UI.Docking.DockWindowCloseAction.Hide;
SplitPanelElement e = documentWindow1.TabStrip.SplitPanelElement;
DockLayoutPanel panel = e.Children[3] as DockLayoutPanel;
RadButtonElement ee = panel.Children[0] as RadButtonElement;
ee.Tag = new RadButtonElement();
ee.Click+=ee_Click;
Whenever the click event of the close button in DocumentWindow is called Tag is null. The same thing happens when you Hide and Show the documentwindow as well. It seems like Telerik is actually destroying the document instead of hiding it.
I've been having difficulty trying to navigate to specific wizard pages while in DesignMode in Visual Studio 2012 and am wondering if I'm doing things correctly.
To get to a page I've created, it seems I have 2 choices.
1) Click on the "Next" button of the radWizard continuously until I've reached the desired page.
or
2) Click on the smart tag of the radWizard control, select Edit Pages, click on the page title of the page I want to edit, then click on the "Cancel" button.
I'm using method #2 right now, but it seems to me that pressing the OK button in the Pages Collection Editor should let you edit the page in DesignMode. If you click on the OK button (no matter what page you have selected) you are transported back to the WizardWelcomePage.
I am creating one theme in visual style builder and created one .tssp file with it.
Now i need to create design for draggable functionality in ListView.
I have attached one image with this post. In which you can see that when we enable drag and drop in ListView we can drag Items inside it.
So now this is ControlDefault theme by default which is showing very thin GripLine while dragging.
but in my new theme which i am creating from scratch is not having that Line Image while dragging.
Please can you tell me how to do that in design.
FYI, I am using telerik visual style builder 2014 version.