(Level-1)Scalar ---valueEnum ---valueString ---ValueBoolean ---valueArray (Level-2) -Array (Level-3) -Scalar ---value -Enum ---value -String ---Value -Boolean ---value -Scalar ---value -Enum ---value -String ---Value -Boolean ---valueI want to display the above tree in RadTreeListControl. The logic to extract "Value" property for each types(enums,scalar,array...) is different. How can I proceed?Can it be done by writing code behind logic? Also Does RadTreeListControl concept of ItemTemplateSelector?
Regards,
Niranjan
Hi Team,
I have an issue with Rad carousel, i would like to move my items in the Rad carousel one by one against a touch movement but currently it sliding more that one item based on the touch movement amount, Please help me to fix this as soon as possible. For example , i want to move one item at first movement and second item should come to next movement.
<telerik:GridViewComboBoxColumn Header="To" DataMemberBinding="{Binding ToWireIns}" ItemsSource="{Binding WireInsCollection}" Width="150" SelectedValueMemberPath="WireInsId" Background="AntiqueWhite" IsComboBoxEditable="True"> <telerik:GridViewComboBoxColumn.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" > <TextBlock Text="{Binding CustodianCode}" Width="50" /> <TextBlock Text="{Binding AccountCode}" Width="40"/> </StackPanel> </DataTemplate> </telerik:GridViewComboBoxColumn.ItemTemplate></telerik:GridViewComboBoxColumn><telerik:GridViewComboBoxColumn Width="Auto" DataMemberBinding="{Binding ProjectPhaseLoanId}" DisplayMemberPath="ApplicationAmount" Header="Loan/Amount" ItemsSource="{Binding ProjectPhase.Loans}" SelectedValueMemberPath="Id" />Hello,
I'm having trouble trying to add a heat map (calculated with geoloc points) over the telerik RadMap. First, correct me if I'm wrong but there is no option to do that simply by using a component of your library.
So my idea was to use the InformationLayer to add an image on which I would have calculated the heat map (ex: http://dylanvester.com/2015/10/creating-heat-maps-with-net-20-c-sharp/), unfortunately it does not seems to work and even if it did work, I'm not sure the renderring would work well with the map interraction.
Can you please provide me solutions on how to add a heatmap simply by using geoloc points?
Thanks a lot for your help,
Regard,
A french user ;)

Hi,
I have been searching for something like Shared Size Group from Grid but in RadGridView or RadTreeListView.
Is there something similar in RadGridView or RadTreeListView? I just want to share some columns width from 2 RadGridView.
Thanks!
Hi,
could you please be so kind and show me in your grid style (I'm using Windows8 theme) name of style/template where I can remove borders of indent cell on detail row (marked with orange). I want also remove background and border of indent cell on second and third grouping row (marked with dark red) when I have more grouping columns. I was already overide style of first grouping row (in my case MainClassification) but when I have second and third grouping I have indent cell which I want override too. I have Collapsed "RowIndicatorVisibility" and "RowDetailsVisibilityMode" properties just for your information. My telerik version is 2016.Q2. Thank you very much for your help.
My user lost their data and I got the following error message:
Word encountered an error
processing the XML file tmp714D.docx
Unexpected end of input.
Location: Part:
/word/document.xml, Line: 1, Column: 4287
at
Microsoft.Office.Interop.Word.Range.InsertFile(String FileName, Object&
Range, Object& ConfirmConversions, Object& Link, Object&
Attachment)
Any thoughts? I have the feeling the data is easily corrupted when the user does copy/paste.
Hello,
Struggling to get the selected date from Navigation header when we click on that.
And in the same way when i click Previous(Back) and Tomorrow(front) Arrow key, need to get the details, please help me to get it resolve.
Attached an screenshot for your reference.
How can I get the parent Diagram of a RadDiagramShape in code?
There is a "Diagram" property but it's protected and can't be accessed.