Declined
Last Updated: 26 Aug 2022 10:57 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 1
Category: Grid
Type: Feature Request
2

			
Declined
Last Updated: 24 Jun 2022 11:32 by ADMIN
It would be convenient to be able to specify default values for SortAscImageURL and SortDescImageURL at a level above the individual column elements

At present the SortAscImageURL and SortDescImageURL attributes appear in the GridBoundColumn element.  This requires specifying them for each column definition.  Often the UI will use the same icons for all sort-able columns.
An obvious choice might be the <SortingSettings> element, as is done for the sorting tool tip and sorted background color.
Declined
Last Updated: 13 May 2022 17:00 by ADMIN
Declined
Last Updated: 20 Apr 2022 15:46 by ADMIN
The grid should provide an in-built option for the filtering to be initiated only on Enter key press and not on Tab or input blur.
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.
Declined
Last Updated: 02 Mar 2022 12:08 by ADMIN
Declined
Last Updated: 02 Mar 2022 12:07 by ADMIN
Created by: Tim Weckx
Comments: 1
Category: Grid
Type: Feature Request
1
It would be great if you could set a property on a column (like in WinForms) to hide that column from the column chooser.

e.g. <telerik:GridBoundColumn ShowInColumnChooser="false" />
Declined
Last Updated: 02 Mar 2022 11:51 by ADMIN
When I said starting from "white space", I meant the space between the items and the pager. Please refer to attached screenshot. As you can see, we're keeping the grid the full height of the web page. if there are less items, there is a white gap between the row items and the pager. If starting the dragging to select from the white space, no items will get selected. Can we add this feature to RadGrid?
Declined
Last Updated: 27 May 2021 15:26 by ADMIN
Created by: Douw
Comments: 1
Category: Grid
Type: Feature Request
2
Hello,
Please add support to bind to System.Dynamic.DynamicObject: 
https://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
Regards,
Douw
Declined
Last Updated: 26 May 2021 20:13 by ADMIN
Created by: Erik
Comments: 1
Category: Grid
Type: Feature Request
0
We recently added row group functionality to our grids and we and our users are very happy with this.

Only thing that bothers us is the drop functionality on the grouppanel. We have a wish to make the drop functionality of the grouppanel much more intuitive. Especially when the RadGrid is already grouped on multiple columns.

The marker to indicate where the user will drop an existing grouping column is shown at the begin and the end of the group column connector between groups:

The drop indicator on the group column connector should not be shown at the side of the connector where the dragged column is at to inform the user nothing will happen/change when you drop it here.

 All of these cases can be reproduced on the RadGrid Grouping demo on your site:
 http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/grouping/grouping/defaultcs.aspx

Forum reference:
http://www.telerik.com/forums/grouppanel-column-drop-and-reorder?actionMode=replyPost&postId=d7274118-f8a1-48e1-9ae3-f537fe8d78de
Declined
Last Updated: 05 Aug 2020 15:43 by ADMIN
ADMIN
Created by: Rick
Comments: 1
Category: Grid
Type: Feature Request
0
Please provide the ability to customize the way filtering works when RenderMode=Mobile.

Allows for template filtering, and ColumnHeader filtering similar to Lightweight rendering.
Declined
Last Updated: 04 Jun 2020 10:39 by ADMIN
ExcelML currently does not support multiple column headers (aka ColumnGroups). This was first requested in the forms back in 2012 and no feature request was created for ExcelML. It is important that ExcelML support ColumnGroups as Excel does support this functionality.
Declined
Last Updated: 08 Apr 2020 14:15 by ADMIN
Created by: Lee
Comments: 5
Category: Grid
Type: Feature Request
0
Can the RadGrid generate columns from the client data source schema, it's painful having to manually declare the columns both in the RadGrid and the schema, again can something be done to make this control more user friendly?
Declined
Last Updated: 20 Sep 2016 05:37 by Coen
I'd like to request for an expansion of the RadGrid header rotation. Currently the rgRotateHeader style that can be applied rotates +90deg. 

I find this an uncomfartable reading direction and I am sure my users will complain about it. While attempting to set some custom style corrections tot rotate -90deg with the help of Telerik support I found that the end result was not good enough to bring into production: wrapping direction was wrong and too many manual corrections had to be made to make the header fit.

See attached screenshots where I made an attempt to rotate the header to override the rgRotateHeader style and the undesired wrapping results and the inconvenient required corrections in transform-origin. Maybe I could have made this work, but this is where I stopped my effort as it cost me too many time. 

I would very much like this a standard feature of the Radgrid. Also -45deg would be very nice to have!
Declined
Last Updated: 20 Sep 2016 05:36 by Jon
Rather than simply using the drag and drop method to reorder rows within a rad grid, allow for the built in functionality where you can simply move rows up and down client side so that the user can sort the data by rows rather than columns.

Feature request came after a customer had a grid of data that was sorted in a sorted order but they wanted the ability to not only select what rows they wanted which we coded using the checkbox column, but they then wanted to be able to sort the rows they had selected as the selected rows were being exported to a PDF or Excel so wanted them in a certain order.
Declined
Last Updated: 29 Jul 2016 13:35 by ADMIN
Created by: Rali
Comments: 1
Category: Grid
Type: Feature Request
0
You have very useful property - EnableTimeIndependentFiltering for GridDateTimeColumn. But I need to use ItemTemplate and EditItemTemplate and this future missing in GridTemplateColumn. I try to use FilterTemplate with RadDatePicker, but then I have only "equal to" option for filtering. I don't want this. So my suggestion to you is to develop EnableTimeIndependentFiltering for the cases when user have to use GridTemplateColumn with DataType=System.DateTime.
Declined
Last Updated: 29 Jul 2016 13:22 by ADMIN
Hi Telerik,

The suggestion here is to be able to Copy and Paste (Ctrl-C and Ctrl-V) values from one cell in a column to other selected cells in the same column, when in Batch EditMode.  I currently have this working through javascript functions but maybe going too deep in the RadGrid control to get things to work and the internals of the control sometimes change from one version to another. Thus it might be better to embed this functionality in the control.

In order to better explain I included an attached word document describing what I am talking about with screenshots.

Thanks for you consideration, Jim
Declined
Last Updated: 29 Jul 2016 13:16 by ADMIN
Currently it's not possible to overrule number of pages to be shown in page navigation, if EntityDataSource is used. There is the problem that always all rows from data source get queried, when GridGroupByExpression has been defined for RadGrid - and this is really a problem, if data source has hundreds of thousands of records (as in our case). The performance is really bad.

To overcome this issue I would like to control myself, which data gets returned by adapting query in OnQueryCreated event of EntityDataSource, basically by "injecting" skip / take expression to entity query. I am responsible myself about sorting and grouping should be done on page level only (so there is no need to query always ALL data).

In same event I want to set VirtualItemCount, which should control number of pages to be shown in page navigation (in combination with AllowCustomPaging). But unfortunately this setting is not taken into account by RadGrid for displaying pages in page navigation.

Is it possible to overrule this behavior that VirtualitemCount is always taken into account when AllowCustomPaging has been enabled? I would like to control myself.

Thanks,
Roger

Declined
Last Updated: 29 Jul 2016 13:10 by ADMIN
Created by: Santhosh
Comments: 1
Category: Grid
Type: Feature Request
1
Kendo ui Grid is taking more than 10 secs to load Data.It contains approx 16000 records.I am using Ajax call to get data from Database.Please let me know how to reduce the load time.In ASP grid it is taking not more than 3 secs to load the data of 16000 records.
Declined
Last Updated: 29 Jul 2016 12:29 by ADMIN
Created by: Sandeep
Comments: 1
Category: Grid
Type: Feature Request
0
We are using RadGrid in SharePoint Visual Webpart with FilterType="CheckList". What we need is to be able to filter the checklist further with auto filter textbox.
1. When the filter icon is clicked, it fills with all available options (say 100 + records).
2. User enters few characters (say first 4) in the textbox and the list gets filtered with the all options starting with... (resulting in 8 records)
3. User then selects the required option for the final filter.

Please find attached image for clarification.
1 2 3 4