radGridView1.CurrentRow = null;
How to reproduce:
this.radDiagram1.RoutingService.Router = new Telerik.Windows.Diagrams.Core.OrgTreeRouter() { TreeLayoutType = Telerik.Windows.Diagrams.Core.TreeLayoutType.TipOverTree };
this.radDiagram1.RouteConnections = true;
The scroll in the SuggestedActionsElement cannot be made visible, one can scroll only with the mouse. Introduce a property so there is an indication that additional items are available.
In addition, the CreateChatElement in RadChat class should be made virtual.
I used RadPageView under the theme "VisualStudio2012LightTheme" .
The ViewMode of RadPageview is Stack.
I wanted to change the font size of page header in runtime but it was not workable.
If I changed the theme to VisualStudio2012DarkTheme or Office2013LightTheme, it worked fine.
ArgumentNullExceptionn in the RadPropertyValuesCollection class.
The issue can be reproduced on a touch device after performing zoom in and zoom out
ChartPanZoomController panZoomController = new ChartPanZoomController();
The issue can be observed in themes having shadows:
- Material
- Fluent
Use attached to reproduce (the orientation must be set at design time)
Workaround:
Set it in code:
commandBarToggleButton2.Orientation = Orientation.VerticalTo reproduce:
-double click an option in the MultiColumnCombobox editor and close the editor in the selected index changed event.
The performance of the DayView when the control is bound to a large number of recurring appointments and it is grouped by resources needs to be improved.