Exporting to Excel for hierarchical grid view i.e parent and child grid. The Output Excel should be looks like drill down report which child report can be hidden/visible.
IsReorderable of a column is not respected when ReorderColumnsMode is different than the default one Fixed with LIB version 2014.1.317.
This Style is not applied when Windows8 Theme is set for the GridView (only) - it works if an ApplicationTheme is set. <telerik:RadGridView telerik:StyleManager.Theme="Windows8" Name="clubsGrid" .../> <Style TargetType="telerik:GroupHeaderRow" telerik:StyleManager.BasedOn="Windows8"> <Setter Property="ShowGroupHeaderColumnAggregates" Value="True" /> <Setter Property="Background" Value="Red"/> </Style>
InvalidOperationException in FilteringViewModel.ClearFilters()
Enable multiple rows to be edited in a RadGridView at once. We currently do this based on creating multiple row selection and editing the last selected cell and then applying the value (if valid to do so) across the selection.
Add a bindable property to RadGridView which would allow the selection to be manipulated in MVVM scenarios.
1) I created a 5 X 5 table. 2) Then I selected second column. 3) Then I applied Right Align to the selected column. 4)Then I Right clicked on the last row and selected Insert > Insert row below 5) It inserted the row with all cells left aligned. The cells should adapt the alignment of the column they are in.
ViewRow's background is not correctly colored when RadGridView is within RadBusyIndicator and it is busy. There is no problem if your are using GridViewLoadingIndicator.
1. Set RadGridView's setting DragElementAction="ExtendedSelect". 2. Open a window on selecting a row. 3. Close the window, the RadGridView becomes ExtendedSelect. Note: Most probably this problem is actually caused by a limitation in the Silverlight platform. Once a Window is shown, there is no way to detect that the mouse is released.
Scrolling performance is degraded when RowStyle/RowStyleSelector that sets Template property is explicitly applied
'Cell is already in the collection' exception is thrown when multiple cells are copied and pasted in a sorted column
Hello Telerik Team! Are there any new informations concerning the below BUG? (UniqueName-Property is causing binding errors) Is this fixed in one of the current versions? What are proper workarounds? Identical Problem for Sylverlight: http://www.telerik.com/community/forums/silverlight/gridview/gridviewdatacolumn-data-binding-to-uniquename---why.aspx Regards Daniel (DevCraft Customer)