|
RadDateTimePickerElement dtPicker = new RadDateTimePickerElement(); |
| dtPicker.Name = "dtPicker"; |
| radRibbonBarButtonGroup9.Items.Add(dtPicker); |

I have a property grid. Property name = Appearance and has child cursor,font,Imagelist,... But ai search Appearance has not result. I expect search with property name= Appearance . has result with child.




I don NOT want a ToolWindow float. I have disabled the ContextMenuService and the DragDropService. But end-user still can double click the title bar to make the ToolWindow floating. (Double-clicking the title bar of a ToolWindow un-docks the panel so that it floats. Double-clicking the title bar of a floating window docks the ToolWindow.)
How to disable the double-click event to prevent the ToolWindow floating?
Hello,
I tried to create a calculate control as in my attachment
Each buttons not only have text (1, 2, 3, Enter...etc) but also have background color is kind of gradient so my ideal is use the background image.
But when I tried to set background image for RadButton then I couldn't.
Please help to to solve this, or should someone give me any ideals.
Regard,
Paul

Dim CellValue As StringDim RowI As GridViewRowInfoDim RowII As GridViewRowInfoFor i = 0 To grd.Rows.Count - 1 RowI = grd.Rows(i) CellValue = grd.Rows(i).Cells("colID1").Value For ii = i + 1 To grd.Rows.Count - 1 RowII = grd.Rows(ii) If CellValue = RowII.Cells("colID1").Value Then 'RowI Change BackColor 'RowII Change BackColor End If NextNext
How? Thank you!
Hi guys,
i have created a rad button with rounded edges at sides.
i fill the background with some colour, but it seems the background act like i have a rectangle shape which it's but i have rounded the shapes.
i attached a photo for example.
thank you
