Completed
Last Updated: 16 Jul 2015 07:53 by Senthil
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

Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Declined
Last Updated: 17 Aug 2015 05:56 by Cameron
Created by: Cameron
Comments: 4
Category: Grid
Type: Feature Request
1
For RadGrid (and other similar controls) it would be nice to be able to simply add AutoHeight="true" to the elements markup to make the grid calculate the browser height and adjust it's own height (including the scrollable DataDiv inside it) automatically rather than having to resort to custom javascript to achieve the same thing.

ie: activate AutoHeight on RadGrid and simply set the distance from the bottom of the browser window to allow for footers, etc. and have that distance maintained even when the browser is resized.

Height and ScrollHeight can only use explicit values - not percentages - which is kind of useless if you want the grid to occupy 100% of the available browser height across different devices. http://www.telerik.com/help/aspnet-ajax/grid-height-vs-scrollheight.html

Completed
Last Updated: 16 Jul 2015 08:24 by ADMIN
Declined
Last Updated: 22 Jun 2022 10:13 by ADMIN
with client-side databinding when setting sort/filter expressions on button click and then calling the rebind or set_currentPageIndex methods the control makes multiple requests to the web service.
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: 17 Sep 2014 07:10 by Duncan
Completed
Last Updated: 09 Jun 2015 08:48 by yogaraj
The functionalities listed below are officially not supported with multicolumn headers: 
•Frozen Columns;
•Show/Hide on the client;

Please provide the solution for these known issues in next release

Completed
Last Updated: 25 Sep 2015 10:53 by Valli
As per the current implementation of the RadGrid control, if we set the CurrentFilterFunction, that will be used for that column and even with no value, the same filter function will be used (specified in the CurrentFilterFunction).

This is not user friendly and one should expect that "NoFilter" will be invoked when there is no value.

There is no possibility for invoking the "NoFilter" command when the following properties are set:
ShowFilterIcon = False and AutoPostBackOnFilter = True

please refer the following link for more information:
http://www.telerik.com/forums/filter-not-resetting-if-filtervalue-is-empty-in-client-side-filtering
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.
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Declined
Last Updated: 05 Mar 2015 08:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Using EnableTimeIndependentFiltering with a DatePicker works very well but I would like to see a EnableDateIndependentFiltering property. Can date independent filtering be added to the time picker control in the RadGrid?

As it is now you can add a time picker filter column but it does not filter properly since it looks at both the date and time portions of a datetime field.
Completed
Last Updated: 05 Feb 2015 09:42 by ADMIN
Created by: Daniel
Comments: 1
Category: Grid
Type: Feature Request
1
Hello,

Our project requirement is that information in RadGrid will be exported to PDF in RTL language. 
Please add this feature - it’s very important for our project!!

Thanks,
Daniel.
.Net Programmer as ISR Corp