Completed
Last Updated: 01 Jun 2020 15:53 by ADMIN
Created by: Mirang
Comments: 4
Category: Grid
Type: Feature Request
5
Hi,

Our Accessibility partner while evaluating our product for 508 compliance we got one report saying RadGrid control is not accessible. We do have enablearia attribute on the radgrid and is emitting the aria-attributes as mentioned in your demo. 
http://demos.telerik.com/aspnet-ajax/grid/examples/accessibility-and-internationalization/wai-aria-support/defaultcs.aspx

As per them : "So it does not alert the user that arrow keys may be used to navigate it".
I have attached a snippet of their report regarding radgrid accessibility. Can you please let me know if anything is missing.
Thanks and best regards,
Mirang
Completed
Last Updated: 21 Jan 2021 14:17 by ADMIN
Release R1 2021
Created by: Rajendra
Comments: 1
Category: Grid
Type: Feature Request
5
Hi

Could we have an "export to excel functionality" in "rad grid" to 
a "predefined formatted excel file".
So my excel exported file wont loose the formatting.
Thanks
Unplanned
Last Updated: 01 Jun 2020 16:37 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 1
Category: Grid
Type: Feature Request
5
The behavior described in the following KB should be fixed https://www.telerik.com/support/kb/aspnet-ajax/grid/details/horizontal-scroll-speed-is-slow-with-static-headers

In the meantime, you can use the workarounds from the article, or, if it fits your scenario, move to scrolling horizontally through frozen columns via the Prev/Next buttons the grid can provide. You can find an example of that in the second grid (Navigate through the columns by clicking on the Prev/Next buttons) in the following demo: https://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/frozen-columns/defaultcs.aspx
Completed
Last Updated: 28 Jun 2019 08:52 by ADMIN

System.ArgumentOutOfRangeException
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

This error seems to happen if there is a GridTemplateColumn that has the Exportable property set to False.

Completed
Last Updated: 20 Sep 2016 06:53 by Sunil Sutar
Created by: Sunil Sutar
Comments: 0
Category: Grid
Type: Feature Request
5
Hi,

RadWindow has a property as "KeepInScreenBounds", on setting of which the radwindow can not be moved out of screen area.


Lets have the similar or kind of property on Edit Popup of RadGrid with Editmode=Popup?


The expectation is, edit popup of radgrid should not be moved outside of screen area that is visible to the user. This is perfectly achieved by for radwindows with "KeepInScreenBounds" property.

Ticket url: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=953219

Thanks,
Sunil
Unplanned
Last Updated: 28 Mar 2015 05:38 by SUNIL
Completed
Last Updated: 11 Mar 2014 14:21 by Alvaro
ADMIN
Created by: Kostadin
Comments: 1
Category: Grid
Type: Feature Request
5

			
Unplanned
Last Updated: 30 Jun 2016 14:28 by Jim Foster
Created by: Jim Foster
Comments: 0
Category: Grid
Type: Feature Request
5
I have a requirement where I need to right align the data in my RadGrid (a row of numbers) and I also need to right align the header and the filter controls.

Currently there is no FilterStyle like there is HeaderStyle or ItemStyle. Yes, I can right align all of the filter columns, but I need to be able to pick-and-choose which columns get right aligned.

When I opened a support ticket the following css was suggested, but that only right aligns the text in the text box, the the controls themselves in the <td>.
.rgFilterRow td:nth-child(4),
.rgFilterRow td:nth-child(7)
{
    text-align: right;
}
Completed
Last Updated: 11 May 2015 12:08 by Tim
ADMIN
Created by: Radoslav
Comments: 5
Category: Grid
Type: Feature Request
5

			
Unplanned
Last Updated: 20 Sep 2016 06:39 by ADMIN
In case the RadGrid has several popup forms they are hidden behind the modal background.
Completed
Last Updated: 08 Jun 2015 13:53 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: Grid
Type: Feature Request
5
Expose the MinValue and MaxValue properties from the GridNumericColumn RadNumericTextBox editor control, directly to the GridNumericColumn.
Completed
Last Updated: 03 Jun 2015 05:43 by ADMIN
Having Paging enabled, the Column Aggregates should be calculated based on the data from all of the group's items, even if the group is spread over several pages.

Currently, only the data from the visible items on the current page are calculated. 
Unplanned
Last Updated: 15 Jun 2021 14:55 by ADMIN
As a user I would like to see on each grid the aggregate function totals for the actively displayed grid and on the last page the aggregate function totals for the active displayed grid and the data set aggregate function totals so that each page displays only its page level total and on the last page displays the full total of all data displayed.

See attached examples:
Example: Page level Total on every page and on the last page Page level Total plus Grid whole Total on the last page.
Declined
Last Updated: 16 Jul 2015 08:56 by ADMIN
Created by: Jared
Comments: 2
Category: Grid
Type: Feature Request
4
The title says it all. Right now there's only a check all option.

In the out of the box Grid CheckList filter the only way to clear all items for a checklist filter once filter items have been selected is to:

1) Uncheck each one individually
2) Click "Check All" to check all, then click "Check All" again to uncheck all.

It would be great to just have a clear all/clear selection button in the filter list.
Completed
Last Updated: 04 Feb 2015 08:20 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: Grid
Type: Feature Request
4

			
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: 29 Sep 2015 10:54 by Samir Vaidya
Created by: Samir Vaidya
Comments: 0
Category: Grid
Type: Feature Request
4
I would like to suggest that a more intuitive clear filter option be used on the Filtering columns in the RadGrid.  Currently, I have to select "No Filter" from the Filter list of options.

Instead, I believe the Filter should be provided to be more intuitive similar to other applications such as Microsoft Access, Excel or Google Search.

In Microsoft Access or Excel, I simply unselect the Filter icon to remove the Filter.
In Google Search, I simply click the X icon next to my search criteria to remove my search text.

Either of these methods should be adopted so that the overall end user experience is more pleasant and comparable to filter capabilities in other tools and products.
Completed
Last Updated: 20 Jul 2015 14:14 by FRANK
Completed
Last Updated: 28 May 2013 11:10 by Mirang
ADMIN
Created by: Angel Petrov
Comments: 6
Category: Grid
Type: Bug Report
4