Hello
I'm using the radgridview and would like to animate the opening and closing of the rowdetails. How do I make it similar to the animation of the expander (without specifying a height).
I'm using version 19.1.220 with the material theme.
Thanks


It is causing a lot of issues for us that the row stays in edit mode if you click out from one cell into another. I would like to disable this but everything I have tried either doesn't work, or the cell flashes up into edit mode before the editor goes away.
For example, if I handle the CurrentCellChanged and either commit or cancel the edit, it just goes back into edit mode anyway. I can use BeginInvoke which kind of work but causes some other issues for me down the line.

We have a Timeline that is being used to display different types of data, grouped by collector. We would like to somehow have icons on the left side of the Timeline to help identify the different data types, that would remain in place as the Timeline is scrolled horizontally, and would collapse and expand with the group, similar to the following mock up. Can such a thing be accomplished? We assume it would involve editing the TimelineItemGroupControl ControlTemplate, but we are unsure of how exactly this would be done.

I have a ReadTreeListView with two level of items. When a sub-level item is selected I can see no way to maintain that selection when the data source is updated (items added or removed). *See attached picture*. When the data source is updated I lose my selection. Using "EnableLostFocusSelectedState = false" helped with the top level items, but not the inner items.
Please advise.
Barry

Hello,
I need to display categorical X axis at Y=0 point, like on the picture. If 0 is out of Y axis range, X axis should be displayed at the bottom as by default. There is a CategoricalAxis.VerticalLocation property but it has only Top and Bottom options.
I shifted the axis manually using TranslateTransform for the example. But I need XAML to be independent on data source.
<telerik:RadCartesianChart.HorizontalAxis>
<telerik:CategoricalAxis PlotMode="OnTicksPadded" LabelFitMode="MultiLine">
<chartview:CategoricalAxis.RenderTransform>
<TranslateTransform Y="-149"/>
</chartview:CategoricalAxis.RenderTransform>
</telerik:CategoricalAxis>
</telerik:RadCartesianChart.HorizontalAxis>
Are there any ways how to do it?
Thanks,
Sergei

Hi,
Cursor on Rad Diagram shapes is showing when we hover mouse exactly on shapes side. We would like to show cursor before some distance, exactly the same behavior like power point.
I have attached the screen shot of cursor behavior of Rad Diagram shapes and power point.
Regards,
Sunil

Hi,
I need help with achieving buttons on listview for navigation listview item left right like example in the picture. Can anyone help please.
| <telerik:RadPanelBar> |
| <telerik:RadPanelBarItem> |
| <telerik:RadPanelBarItem.Header> |
| <TextBlock Text="XXX" FontSize="12" FontWeight="Bold" Margin="10"/> |
| </telerik:RadPanelBarItem.Header> |
| <Grid Background="Yellow" Width="Auto" Height="Auto"/> |
| </telerik:RadPanelBarItem> |
| </telerik:RadPanelBar> |
hello ,
Asp web api OdataController created against Microsoft.Aspnet.Odata v 7.1.0 which uses the new odata schema (Edmx not Edm) for the model
and the Odata Client Code Generator template for c# creates the proxy class agains Microsoft.OData.Client v 7.5.1
and the RadDataServiceDataSource is built against the Microsoft.OData.Client v 6.15.0 as stated in the docs
and if we use this version to load the edmx file we got error as it is expecting a different root element in the model file
so is there a work around for this issue ? am i missing something ?
thank you so much