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.
Declined
Last Updated: 29 Jul 2016 12:04 by ADMIN
The new RadGrid Filtering (Checkbox list) is great, but...
1) it will be great if, upon RadGrid Databinding, the filter gets a list of unique value for that column: that is, most of the time, how we populate the checklist.
2) Today, there's one Event "OnfilterCheckListItemsRequested" that is fired whenever a listbox needs to gets its list. Then you have to put in the event Handler the logic to find out which column called, and give back the specific column checkbox filtering list.
IMO, each column should have a distinct EventHandler for this. 
And BTW, if in the same radgrid you mix the new filter and the old ones, the old ones get an empty box instead of the default filters with option "FilterType=checklist"
Even if you choose filterType=Combined, there's a difference with the standard 'Filter way': instead of having directly the filters, you got to pass thru a single menu "filter options" to find the filter menu.
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.
Declined
Last Updated: 26 Jul 2016 11:56 by ADMIN
Created by: Antony
Comments: 1
Category: Grid
Type: Feature Request
1
Add a new column type "AutoExpand", I have lots of grids where the number of columns changes dynamically but the width of each column is fixed, this means that the width of the grid data section changes and with only a few columns defined leave a big vertical space between the last data column and the grid right hand border.
It would be great to be able to add a AutoExpand column as the last column in the grid to fill any remaining space between the end of the last data column and the grid righthand border. This will give you a consistant look regardless of how many columns are added.
Declined
Last Updated: 26 Jul 2016 11:48 by ADMIN
Created by: Nick
Comments: 1
Category: Grid
Type: Feature Request
1
Client side data from odata works great, filter and paging with no extra coding.  Surely grouping should be done client side, requesting the amount of data it requries from the odata source.  This can make sure when groups are closing, the javascript can request more data to fill up the paging.  
Completed
Last Updated: 12 Jul 2016 16:38 by Jeff
Setting CurrentFilterValue for specific column does not work in case other column is filtered.
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: 28 Jun 2016 16:13 by Curtis
Please add the ability to show the 3-dot Filter icon available in the mobile render mode in the lightweight render mode as well.

We don't have room to show the filter textboxes/dropdowns in the column headers and our clients don't know to right mouse click on a header when the filter box isn't visible to get filter options.

Having the 3-dot filter icon there would be wonderful as guide and provide better usability so they know more options are available. 

Thanks.
Completed
Last Updated: 24 Jun 2016 12:56 by ADMIN
Completed
Last Updated: 22 Jun 2016 10:10 by ADMIN
Steps to replicate the error:
Add a row and press the save button twice (before the first saving finishes, press the button again).
This will throw a "System.NullReferenceException" at "Telerik.Web.UI.GridTableView.FillDataKeys".
Unplanned
Last Updated: 10 Jun 2016 11:57 by Gidon
Created by: Gidon
Comments: 0
Category: Grid
Type: Feature Request
2
Please add the ability to have a GridHyperLinkColumn automatically UrlEncode the fields specified in DataNavigateUrlFields. Having to handle it in the code-behind is a pointless pain in the butt, especially when dealing with more than 1 field. It should be handled automatically during the application of the DataNavigateUrlFormatString format instead.
Unplanned
Last Updated: 10 Jun 2016 11:56 by Pat
Created by: Pat
Comments: 0
Category: Grid
Type: Feature Request
1
Think it'd be great (and probably pretty easy to do) to have a property on each gridcolumn for ShowFilterTextbox (similar to ShowFilterIcon). 

Right now my workaround is to hide them during ItemCreated or in styling, but it becomes messy, quickly.
Declined
Last Updated: 10 Jun 2016 11:40 by ADMIN
Created by: Najid Hanif
Comments: 1
Category: Grid
Type: Feature Request
1
This should improve performance in this situation when client side data-binding can be used.
Declined
Last Updated: 01 Jun 2016 14:13 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
0
It makes no sense that the GridButtonColumn does not have the Single Click feature just like the RadButton.  Why would the web users not be double-clicking this button as opposed to a stand-alone button?  It is not even consistent - the button in a RadGrid's  GridButtonColumn should be a RadButton.
Completed
Last Updated: 31 May 2016 07:15 by ADMIN