Declined
Last Updated: 03 Nov 2014 12:44 by ADMIN
Unplanned
Last Updated: 16 Jan 2014 09:55 by ADMIN
Currently only columns in first level of hierarchy trigger horizontal scroll bar when being expanded by width. The goal is when resizing columns deeper in the hierarchy to trigger scroll too.

<ClientSettings AllowDragToGroup="true">
<Resizing AllowColumnResize="true" AllowResizeToFit="true" EnableRealTimeResize="true" ClipCellContentOnResize="false" ResizeGridOnColumnResize="false"/>
<Scrolling AllowScroll="true" UseStaticHeaders="true"/>
</ClientSettings>
Declined
Last Updated: 17 Nov 2014 08:07 by Jimmy
Unplanned
Last Updated: 16 Jan 2014 09:52 by ADMIN
Currently ExcelML format does not work when both hierarchy and grouping are used.
Completed
Last Updated: 05 Jun 2015 12:58 by Daniel
It will be interesting if the literals "From" and "To" in the filter area of the GridDatetimecolumn take their values from resources, as all other controls inside RadGrid. This way will be easier to localize the grid.
Declined
Last Updated: 03 Nov 2014 10:56 by Elena
In the following scenario it is not working.
1.	Grid populated with data.
2.	Filter applied on one of the columns in the grid. As a result data filtered correctly in the grid.
3.	For e.g 2nd column is moved to 5th column as vice versa.
4.	Again Filter applied on one of the columns in the grid.
5.	Grid data is not filtering as expected and column reorder that we did in point (3) is rolled back. (i.e., 5th column moved to 2nd column, vice versa)


Please help us in fixing this issue.
Completed
Last Updated: 24 Nov 2015 09:14 by ADMIN
Declined
Last Updated: 02 Mar 2022 13:25 by ADMIN
Created by: DanKline
Comments: 1
Category: Grid
Type: Feature Request
1
I'm a great fan of KendoUI and love the declarative binding and property declaration with JavaScript Literal notation.  However, Rest Binding in SharePoint is still immature and there is very little support for relationships and data projections.  As a result, I find myself coming back to the SPRadGrid.  However, I find the functionality very limited and in some cases non-functional.  I'd love to see a rewrite of the SPRadGrid that has more functions and used declarative bindings.    I'd also like to see  solution package distributed with a working Grid sample so that it was easier to modify it and deploy a customized solution.  SharePoint is complex.  It's always easier to start with a working sample.
Completed
Last Updated: 03 Dec 2014 16:12 by Orlando
Completed
Last Updated: 01 Aug 2013 15:06 by ADMIN
Completed
Last Updated: 04 Sep 2013 14:08 by ADMIN
ADMIN
Created by: Milena
Comments: 0
Category: Grid
Type: Feature Request
1

			
Declined
Last Updated: 03 Nov 2014 10:16 by Elena
Created by: Brijen
Comments: 1
Category: Grid
Type: Bug Report
0
We are using the Radgrid and the problem is lines are sorted by the number in the textbox.

Somehow the text in the box gets left aligned and we need it to be right aligned even though in the code we have made right aligned. On mouse over the text starts getting right aligned but when page is reloaded it gets left aligned again.

We are using .net 4 and IE9.
Declined
Last Updated: 03 Nov 2014 10:12 by Elena
Created by: Nikita
Comments: 1
Category: Grid
Type: Bug Report
0
I have RadGrid with RadButton as Checkbox inside it for selection.

This code: 
For Each item As GridItem In PrimaociGrid.MasterTableView.Items
            Dim cb As RadButton = CType(item.FindControl("PrimaPorukuCheckBox"), RadButton)
            cb.Checked = True
Next

worked in 2012.3.1016.40

With new 2013 q2 this is not working
I try 2013.2.709.40, same , not working 
There in no check in check box
Completed
Last Updated: 24 Sep 2014 08:16 by Garry
Won't Fix
Last Updated: 14 Apr 2022 14:49 by ADMIN
Created by: Manish
Comments: 1
Category: Grid
Type: Bug Report
0
We have telerik Radgrid on the pages in our application. When viewed in the windows phone 8 browser the horizontal touch scroll does not work. Moreover the color of the scrollbar is almost invisible. Requests anyone to please suggest how to overcome this issue. we tried providing a skin as "Balck Metro touch" and also tried enabling "embedded skins" but none of this works.