Completed
Last Updated: 29 Jul 2014 06:53 by Swati
Created by: Stuart Hemming
Comments: 4
Category: Grid
Type: Feature Request
18
Provide the ability for the developer to configure the grid so that the Group By box appears _below_ the CommandItem
Completed
Last Updated: 01 Mar 2022 15:33 by ADMIN
Release R1 2022 SP1
Created by: Rick
Comments: 3
Category: Grid
Type: Feature Request
18
It would be useful for the header cell for Sort-able columns to display an indication that the column can be sorted.  This is useful to users when not all columns are sort-able, so they know which header cells will trigger resorting.

Elsewhere in our application, we use a double headed arrow icon to indicate use can click on header to resort on the column; the app displays the up or down arrow indicating when sort order is active.

Suggest adding a third Sort-Image-URL attribute to specify an image to use when column is not sorted ascending or descending.

At present, best I can do declaratively (w/o custom coding) is the set one of the HeaderStyle-Font properties (for example the HeaderStyle-Font-Underline) to provide a visual indication that column is sort-able.
Completed
Last Updated: 11 Sep 2015 09:39 by ADMIN
Created by: Michael
Comments: 5
Category: Grid
Type: Feature Request
14
If the user's browser supports html5 local storage, I'd like for the RadGrid to be able to save/load its settings from there for things like page size, column order, sorting, etc.  Other controls may be able to do this as well.
Completed
Last Updated: 12 Sep 2015 10:34 by mqsash
Created by: mqsash
Comments: 0
Category: Grid
Type: Feature Request
13
When doing batch edits on a grid if you delete a row, the row is no longer visible in the grid but it is not actually deleted until users click the 'Save' button. This has led to some confusion for our users who delete the rows then navigate off the page w/o pressing save. They think they successfully deleted the rows but when they return to the grid the rows are still present.

We have added logic when navigating away from the page that checks and prompts users if there are unsaved batch edit changes, but in case of deleted rows, when they look at the grid, there is no indication about the deleted rows so they are unaware that the rows were not actually deleted.

We like the idea of not deleting the rows until the user presses the save button, but maybe the delete action should not remove the row from the grid and instead simply strike it out, or put a 'marked for deletion' flag or do something visual to keep the row on the grid but make it obvious that it has been marked for deletion. This way users will not be confused and will know that they must click the Save for the change to take effect.
Unplanned
Last Updated: 04 Dec 2019 09:21 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 4
Category: Grid
Type: Feature Request
13

			
Completed
Last Updated: 11 Dec 2020 14:51 by ADMIN
Release R1 2021
Auto-Fit column width when exporting to excel using Format="Xlsx"

 I'd really like to have the columns automatically adjust to fit the width of the content.
Completed
Last Updated: 04 Jul 2014 07:42 by ADMIN
ADMIN
Created by: Galin
Comments: 1
Category: Grid
Type: Feature Request
11

			
Completed
Last Updated: 08 Jun 2015 13:26 by ADMIN
Hello,

I would like to have the group footer display the total items count in that particular group but the way the radgrid is designed it almost seems impossible and it is requirement for us. I would also appreciate if you would consider adding the aggregate for the entire group in the group footer and the entire grid in the grid footer. 

Thanks

Chaitanya Vemulapalli
Unplanned
Last Updated: 29 Jul 2016 14:01 by Robert
If the first column contains a list of Countries and you select for instance USA, the filter item in next column, which contains a list of Cities, should contains only cities from USA.
Unplanned
Last Updated: 26 Sep 2014 12:22 by Ristogod
Completed
Last Updated: 18 Sep 2017 09:29 by Rick
ADMIN
Created by: Antonio Stoilkov
Comments: 1
Category: Grid
Type: Feature Request
7
Add support for custom paging in the RadGrid Virtualization functionality. The idea is to enable the retrieval of part of the data from the source of data instead of retrieving all of the data every time.

Without this feature the optimization technique is to cache the data source.

Example is available at http://www.telerik.com/support/kb/aspnet-ajax/grid/details/virtualization-and-custom-paging
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.
Unplanned
Last Updated: 11 Jun 2021 09:25 by ADMIN
Created by: Marco Basta
Comments: 1
Category: Grid
Type: Feature Request
7
User friendly Grid filtering...
I developed a custom feature where I display the filter expression used in a grid. This is very helpful so that users do not have to guess or remember what exactly they filtered on. And it provides a single click to clear all the filters at once. Before, all they saw was that certain columns are being filtered by, but they don't see what the filters actually are (EqualTo, Not EqualTo, StartsWith,,,etc) and they had to clear one filter at a time to get rid of all filtering.
There is not much to it but it's subject to break if Telerik makes changes to the their filtering mechanism (which did happen). It would be nice if this feature can be standard so it will be part of Q.A after any changes to the Grid.
Attached is a working sample page to see this in action. See comments in code.
Unplanned
Last Updated: 11 Jun 2021 09:27 by ADMIN
Created by: Robert
Comments: 2
Category: Grid
Type: Feature Request
7
Need the ability to Sort Grouped Items (ex. Salesperson) by the value of another Grouped Item (Sum of Sales).

Currently, there is NO WAY to sort a list of Salespeople by Total Sales. You can only perform an alpha sort on Salesperson's Name.

So, if you have a list of 100 Salespeople and their total product sales across dimensions like (product, geographic) you will have to MANUALLY look through and note who are your top Salespeople !!!!!!!!!!!

How can this be acceptable ??

An alpha sort on Salesperson is the best you guys can do??
Declined
Last Updated: 13 Dec 2013 12:25 by ADMIN
Created by: Ryan
Comments: 1
Category: Grid
Type: Feature Request
6
Currently the RADGrid  only supports creation of columns on the server side. With todays browsers capabilities it is important to support client side column creation as well.
Unplanned
Last Updated: 13 Nov 2015 11:49 by Imported User
The GridCheckBoxColumn cannot handle null values in a bit field. 

I would like to be able to bind the checkboxcolumn to a bit field that allows nulls. The checkbox should be checked when the value is true, unchecked when it is false, and filled when it is null.

The current solution is to use the RadButton inside a GridTemplateColumn and add custom togglestates, but this solution is not documented and it is very time intensive for something that should be quick and simple. It requires a lot of coding to update or insert a record.
Unplanned
Last Updated: 01 Jun 2020 16:37 by ADMIN
Created by: Arnstein
Comments: 4
Category: Grid
Type: Feature Request
6
In RadGrid, we can use the ClientSettings.Scrolling.UseStaticHeaders property to have a fixed header when scrolling the grid. This requires a fixed height of the grid. However, what if we do not want a fixed height of the grid, but rather want the grid to flow down the page, using as much space as necessary do display its records. In such a scenario, the grid header will disappear when we scroll down the page.
I have implemented a kind of fix for this in one of my projects. Instead of trying to explain how it works, I have prepared an example. You can find it here:
http://www.ifag.no/RadGridHeader.aspx
Maybe some of you can suggest even better solutions to the scenario I have described. Comments are welcome!
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;
}
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.
1 2 3 4 5 6