Completed
Last Updated: 30 May 2016 15:35 by Skylon
Completed
Last Updated: 25 May 2016 10:40 by ADMIN
Currently, RadGrid with Frozen Columns can be scrolled horizontally by touching the data records, which breaks the Frozen Columns functionality on mobile devices as all columns get scrolled. And the only way to keep the first columns frozen under touch devices is to use the horizontal scrollbar below the RadGrid for scrolling.
Unplanned
Last Updated: 12 May 2016 22:16 by SUNIL
RadGrid filtering issue when RenderMode is set to Mobile and the grid is bind on the client

See the movie below:
https://drive.google.com/file/d/0Bzhl0S7bXwuyYlZ1akFwdHZvWDg/view


This can be replicated in the online demo below when edit mode is set to Mobile:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/declarative/defaultcs.aspx
Unplanned
Last Updated: 09 May 2016 14:06 by ADMIN
Unplanned
Last Updated: 28 Apr 2016 10:30 by ADMIN
In RadGrid with client-side binding a js error appear after trying to change the page size if a button column has been reordered prior that.
Unplanned
Last Updated: 25 Apr 2016 08:14 by ADMIN
Completed
Last Updated: 01 Apr 2016 15:26 by ADMIN
Completed
Last Updated: 23 Mar 2016 15:19 by ADMIN
Completed
Last Updated: 22 Mar 2016 10:04 by Dwight
ADMIN
Created by: Maria Ilieva
Comments: 4
Category: Grid
Type: Feature Request
2

			
Completed
Last Updated: 14 Mar 2016 12:11 by ADMIN
How to reproduce: Setup a RadGrid and configure the render mode to be Lightweight. Add group by expression with one select and one group field. Export to XLSX.

Current behavior: Html code is rendered in the Excel cell

Correct behavior: No Html code should be visible
Won't Fix
Last Updated: 09 Mar 2016 16:23 by ADMIN
The issue appears in Classic render mode and is due to the use of an image for background which does not stretches(which is a limitation). A possible workaround is to include the following CSS:

.rgHeaderWrapper div.rgHeaderDiv{
 background:none;

}
Completed
Last Updated: 09 Mar 2016 16:12 by ADMIN
The problem reported problem was due to specific implementation of the sample and was not caused by the RadGrid control.
Completed
Last Updated: 15 Feb 2016 12:22 by ADMIN
Won't Fix
Last Updated: 12 Feb 2016 11:05 by ADMIN
The issue will not be fixed since there is a big chance to introduce a breaking change. Nevertheless, there is a simple solution that could be use. The solution is to manually remove the hidden column from the ClientState on the client.

    <script type="text/javascript">
        function test() {
            var gridID = $telerik.$(".RadGrid")[0].id;
            var clientState = document.getElementById(gridID + "_ClientState");
            var value = clientState.value;
            if (value) {
                var parsedValue = JSON.parse(value);
                parsedValue.hidedColumns = [];
                clientState.value = JSON.stringify(parsedValue);
            }
        }
    </script> 
Completed
Last Updated: 27 Jan 2016 09:45 by ADMIN
Created by: Combinations
Comments: 2
Category: Grid
Type: Feature Request
3
When using the client-side resizeToFit() method of the RadGrid to automatically adjust a column's width it seems to cache the value (the computed width). If i alter on add contents to a column's header and then re-run resizeToFit() the column doesn't fit to the new contents.
I would like an option to reset the cache, maybe with an optional parameter to the resizeToFit() method.
Completed
Last Updated: 22 Jan 2016 09:54 by ADMIN
Created by: Andy
Comments: 2
Category: Grid
Type: Bug Report
3
RadGrid client events OnRowDropping and OnRowDropped do not fire if item is dropped onto itself.
Declined
Last Updated: 08 Jan 2016 18:29 by Shane
Created by: Albert Shenker
Comments: 2
Category: Grid
Type: Feature Request
4
If I'm to believe the Telerik agent in this forum thread... http://www.telerik.com/community/forums/reply-thread.aspx?messageId=0&threadId=750553

then presenting users WITHTEXTTHATLOOKSLIKETHIS (as is done by default in Metro Skin Grid Filter Menu) is a "design" feature. I happen to believe that menu items ought to be readable by human users and not appear like they are the result of some sort of keyboard malfunction... at least by default. If some "designer" out there feels the need to present their users with ABSURDTEXTFORMATTING, then it is they that should be required to implement some sort of hack, not the rest of us. This was a horrible design decision made by someone at Telerik, and the fact that I am required to appeal to other developers who have better things to do with their time in order to get Telerik to see the absurdity of this design and fix it is most troubling.
Completed
Last Updated: 09 Dec 2015 14:09 by Gal
Add RadGrid Support per column/per grid for timezone like the RadScheduler 
Same with the  RadDateTimePicker, RadDatePicker and Calendar.