I use Radmap for displaying trail in realtime
the problem is that clearing the data takes too much time (if there are more than 3000 items)
This is part of my code:
<telerik:RadMap....>
<telerik:VirtualizationLayer Visibility=True ItemsSource="{Binding LocationVMs}", ItemTemplate="{DynamicResource LocationTemplate}"/>
</telerik.RadMap>
Item template is:
<DataTemplate x:key="LocationTemplate">
<Ellipse telerik:MapLayer.Location="{Binding Model.Location}" Fill="Red" Width="2" Height="2"/.
</DataTemplate>
LocationVMs is list of MapLocationEntity that contains one Property named Location (its type is telerik.Windows.Controls.Map.Location)
in clearing I Clear LocationVMs list- and that causes to stack the system
(if I set VirtaulizationLayer to visibility=Collapsed the system is not stack after clearing the locationVMs list - so I know that the problem is during telrrik try to remove all the trail from the map)
Thanks

Hi,
We would like to make use of "Search as you Type" in one of our applications using the RadGridView and we would prefer to show the cells/coloured text for rows with matches but without filtering out the rows that don't match. I have looked here in the forum and in the WPF Controls Examples but this doesn't appear to be an option.
Could you help me with achieving this?
Many thanks.
Miles
I'd like to add a simple TextBlock aligned to the right of the group panel. I feel like this is a modify the control template task, but I don't know how to begin.
Do you have a simple example?
Thanks.
-John.
I have a child gridview within another one - but we seem to be running into a problem when the user sorts on the child gridview. Basically this only seems to happen when there is a certain amount of records within the child gridview (25+), but some of the rows go completely blank and do not render out the information. It seems to be random rows each time.
Just wondering if anyone has any ideas on this - I can post code if required, but have added screenshots of it happening:
https://i.ibb.co/5kLdj0T/Telerik-Issue-No-Sort.png - this displays the grid without the issue (no sorting)
https://i.ibb.co/MMf11MN/Telerik-Issue-Sort.png - this displays the grid with sorting (see blank rows)

I have set the cell format to text in my spreadsheet, as I am editing numbers that are stored with greater precision than the spreadsheet can handle. This works for reading and writing in the spreadsheet programatically, but when numbers are pasted in they are rounded to 15 decimal places.
How can I make pasted numeric values respect the cell's text formatting ?
Thanks

Hello,
In the 2 column table`s properties when I set Column preferred width = 40 Percent, and next one to 60 Percent , first column changes to Pixel Measure.
Is it a Bug?

I have a radtreeview control inside a stackpanel. I have a text box and a button to search for a word. When i search a word, it traverses through entire list and selects the item which contains the search word.
This functionality is working properly for the list items visible in the stackpanel. The items which are not visible in stackpanel are getting selected but are not coming into the view of stack panel. The scrollbar is not scrolling to show the selected item.
This above mentioned issue is not shown on all items. This is comming only for the first child element of a parent. When the second item is selected programatically, scrollbar is moving and the item is comming into view.
I tried with using BringIntoView and BringItemintoView events. But its not working
In Xaml
Binded IsExpanded property to expand a parent if child is selected programatically.
Binded Focusable property to focus to the programatically selected item .
Binded IsSelected property to select the programatically selected item .
For Event="Selected" created an event handler. In this function, I am calling BringIntoView function on the item.
This event is triggered for all the items in the list except for the programatically selected first child item.
Hi guys,
We are using RadRichTextBoxRibbonUI for out internal editor and would like to increase width of the StylesGallery so that the styles are arranged in more than 3 columns. Ideally, the number of columns is always three even if the control is wider (see the screenshot attached). Ideally we want a number of columns matches the control width.
How can we possibly do that? Thank you.
Hi guys,
In our application we are using RadTreeListView and need to give users an ability to choose displayed columns (except the tree column).
Given all the similiarities between RadTreeListView and RadGridView I expected to use property CanUserSelectColumns (like described here https://docs.telerik.com/devtools/wpf/controls/radgridview/selection/column-selection) but surprisingly such a property does not exist for RadTreeListView.
So could you please advise what would be the best possible solution given that we want it to be the same way as for gridviews in other parts of the application? Thank you.
Hello,
On an AutoCompleteBox, :
- MultipleMode : The selection have a border and a close button. It's really easy to remove the selection. But the number of selection is not limited.
- SingleMode : The selection have no border and close button.
Is it possible to have SingleMode with the border and the close button ? Or is it possible to limit the selection quantity of MultipleMode to 1 ?
Best regards
Philippe
