Declined
Last Updated: 20 Jul 2015 14:14 by Claus
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
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.
Completed
Last Updated: 20 Sep 2016 06:44 by ADMIN
Declined
Last Updated: 28 Jul 2016 11:36 by ADMIN
Created by: Robert
Comments: 1
Category: Grid
Type: Feature Request
3
We need the same ExpressEditor as the folks have over in Sliverlight:

http://www.telerik.com/products/silverlight/expressioneditor.aspx

Please provide exact same functionality for starters.
Completed
Last Updated: 06 Oct 2014 14:31 by Clyde
Unplanned
Last Updated: 14 Jun 2021 10:54 by ADMIN
ADMIN
Created by: Eyup
Comments: 0
Category: Grid
Type: Feature Request
3
Basically, improve the approach suggested in the following article to provide a more generic solution, applicable for multiple aggregate fields:
http://www.telerik.com/help/aspnet-ajax/grid-aligning-items-in-group-header.html
Completed
Last Updated: 31 May 2016 07:15 by ADMIN
Won't Fix
Last Updated: 10 Aug 2021 13:58 by ADMIN
Completed
Last Updated: 04 Feb 2015 08:20 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: Grid
Type: Feature Request
4

			
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 10 Mar 2017 09:18 by ADMIN
Currently Linq2Sql expressions are supported. But as Entity Framework is "de facto" the standard for data access in .NET, it would be great, if you also support ESQL expressions.

This is necessary for example when data binding to entities in OnNeedDataSource event and filter expressions from RadGrid should be used for adapting query.

Thanks,
Roger
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: 16 Jul 2015 07:53 by Senthil