Hi,
Is there any way of closing the DragVisual window in the OnDrop Event Handler. The reason I ask is that I want to open a modal dialog when an item is dropped into a treeview. I am able to open the dialog as I want, but the DragVisual window will stay on top of the dialog. So in the OnDrop Event I want to close the DragVisual and then open the dialog window. Is this possible?
Regards,
Roar
Hi,
I'm trying to change the HEADER background but my only success left the control inoperable - the sorting and filtering did not work.
I need the *HEADER ROW* background to be this gradient:
<Setter Property="Background">
<Setter.Value>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FF25578A" Offset="0" />
<GradientStop Color="#FF25578A" Offset="1" />
<GradientStop Color="#FF25579A" Offset="0.42" />
<GradientStop Color="#FF003F87" Offset="0.43" />
</LinearGradientBrush>
</Setter.Value>
</Setter>
..any help would be appreciated.
Barry
(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.