Hi,
I'm struggling with setting the tab order of my controls. I have a mix of controls, mostly RadTextBoxes, RadDropDownLists, and RadDateTimePickers. I have set the TabStop and TabIndex of the controls using Visual Studio designer. This taborder is not the order that I get.
I've seen some entries regarding TabStop for RadTextBoxes in this forum, so I've made sure that RadTextBoxElement.RadTextBoxItem.TabStop is true (in telerik's(?) designer). However, I cannot find a similar thing for the other type of controls.
1) How should one set the tab order of telerik controls?
2) If it is through a property of a somewhat hidden element inside a control, how is one supposed to find it?
Please advice.


I've used the following code example to set permissions for a selected range in a richtexteditor, however, I would like code for removing previously set permission(s) for a selection in the same richtexteditor. Any help you be appreciated, thanks!
J
'Protects current selection for current user only.Dim info As New PermissionRangeInfo()info.Type = PermissionType.Individualinfo.Name = Me.RadRichTextEditor1.CurrentUser.UsernameDim infos As New List(Of PermissionRangeInfo)() From {info}Me.RadRichTextEditor1.InsertPermissionRange(infos)infos.Clear()
Hi,
I have being searching in documentation but I have not found anything about it. I need to make a ListView with one texteditable column.
I have generated columns automatically but I need one of that columns editable by user when makes double click.
How can I achieve that?
Thank you and regards!


Hello,
I would like to know if it's easily possible to allow only horizontal moves for all shapes in a radDiagram.
I have tried to play with OnDrag event and I'm able to change the position of the shape at the end of the drag. But during the dragging, I don't know to lock the vertical position of the shape.
I hope my explanations understandable, thanks in advance.

Hello,
I would like to have a RichTextEditor box and above it a few simple buttons (bold, underline, justify left etc etc..). I would like to be able to type in the box and, for example, highlight a word and click the BOLD button to make that word bold.
I would like a SAVE button (or output for testing) that I can use to save the text in the box to a database but in HTML so the bold work could show as <b>The word</b>
Basically I would like to write a small program to update part of my website by saving the HTML text into a database for my website to read.
How can I set RichTextEditor to be an HTML editor?
Apologies if this has been answered elsewhere, I am new here!
Thank you in advance,
Mark

