How could I display multi-line (i.e. the text has a carriage return in it).
Thanks in advance.
Hi,
is there any way to access the the color dialog which is created from within the conditional formatting forms property grid?
the main problem ist, by default the color has alpha 0, so when the user selects a color from the colorwheel the alpha always stays at 0 and has be changed manually (99% of the normal users don't even know what the alpha channel is)
Also there is no way to hide certain tabs or make the "Basic" tab the default one.
It would be nice if the conditional formatting form was more accessible from code, also it lacks some features:
I'd make my own formatting dialog it there was an easy way to override the default behaviour! Or is there an easy way?
Kind Regards,
Christian

hello telerik!
i have a rich text editor in my application, (the user fill text and it save in database),
I want that the default direction will be right to left - align to right
but it comeback all the time to left,
Additionally, when i load text to rich text editor is also align to left
How can i do that?
thanks
gita, sharedocs


I tried implementing this behavior using the "SelectionChanged" and "CurrentRowChanged" events, but did not succeed.
Even without programmatically setting the "IsSelected" status of rows, it seems that the grid has problems remembering the "IsSelected" status of child rows. For example, when I select 3 of 5 child rows of a certain parent row and then select another parent row, 1 of the 3 selected rows get deselected. I should expect all the child rows to get deselected or all the child rows to stay selected.
Can you show me how I can achieve the wanted behavior?




Hello,
I've got two RadListViews with dragdrop functionality enabled (using DragDropService).
Both Listviews have more items in the list (vertical scrollbar enabled)
When I want to drag one item from the source Listview to the target Listview, and dragging the item to the upper/lower bound of the target Listview, the source listview starts scrolling instead of the target listview (see this movie).
Is it possible (and if possible, how can I accomplish) to NOT scroll the source listview but DO scroll the target listview?
Best regards
Patrick Vossen