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
as RichTextBox has a method like:
Point p = richTextBox1.GetPositionFromCharIndex(3);
What is the method for that in RadRichTextEditor?
I want to get position of particular index in RadRichTextEditor.
Thanks in advance
there any possibilities displaying the separate buttons ( and next) for date & year in control? Attached image for your reference. Please check & do the needful.
Thanks in advance.
Hi.
When we want add a message, we create an instance from ChatTextMessage class or ChatCardMessage class or ...
How can we access to these objects in RadChat1_ItemFormatting event? In fact I want too access to ChatTextMessage Object via TextMessageItemElement.
Thanks alot.
Hi,
How to remove the time format from the footer in . can you please help me to remove this.. thanks in advance