
Is it possible to start each "grouping" of data on a new page when printing?
I can see simple properties for printing headers at the top of each page, printing the "grouping" column but nothing stands out to perform a page break for each grouping (in my case days of the week).

i need some help in radRichTextEditor1_Keydown
If e.keycode= keys.right Then
then caret goes back two letter
and
ElseIf e.keycode= keys.left Then
then caret goes forward two letter
End If

Hei,
I would like to do some changes to the RichTextEditorRibbonBar's style gallery like changing the "Normal" style and adding/deleting new/existing styles.
How can I do it programmatically?
Thanks.

How to implement two MultiColumnCombobox Columns in a gridview as the second combo datasource is based on the first combo value .
When I tried this, the values of the second combocolumn is lost except for the current row
Thanks

I am fairly new to Telerik winforms. I have this issue that I have no idea how to troubleshoot. Can someone help please?
I made two base user controls that one contains a RadLabel and MaskedTextBox, and another contains Raddropdownlist and RadLabel. And then I put these two base user controls to third user control. Now I want to change the textbox background color of MaskedTextBox and RadDropDownList inside the third user control, when the third control is loaded.
Inside the ThirdControl_Load function, I can use the following code to change the background color of RadDropDownList:
radDropdownlist1.radDropDownList.DropDownListElement.EditableElement.BackColor = Color.Red;However, I can not do the same thing to MaskedTextBox. There is no such an option for me to get to the MaskedTextBox elements. Basically, after I type
maskedTextBox1.

Hi,
Just wanted to see what options I had for a custom data entry form.
I have a radDataEntry control working with a BindingNavigator, but is there a way for me to design a form with the control/layout I want and connect that to the BindingNavigator so all the populate/save functionality is there, just with my custom UI?
Cheers,
Damian

I'm working with the Trialversion and I'm trying to find out if the GridViewComboBoxColumn allows filtering based on the value of the previous column.
Datasource of GridViewComboBoxColumn :
USA ColoradoUSA Iowa
Canada Quebec
Canada Ontario
Datagrid:
Country ¦ State
--------------¦---------------------------------------------------------------
USA ¦ Combobox which shows only the states of US (Colorado, Iowa)
Have somebody an example?
Thanks a lot for your help
