Completed
Last Updated: 12 Jul 2016 16:38 by Jeff
Setting CurrentFilterValue for specific column does not work in case other column is filtered.
Completed
Last Updated: 01 Dec 2016 15:00 by ADMIN
ADMIN
Created by: Kostadin
Comments: 0
Category: Grid
Type: Bug Report
1

			
Completed
Last Updated: 22 Nov 2022 12:12 by ADMIN
You can workaround this issue with the following CSS rule.

<style>
    div.RadGrid .t-font-icon{
        font: 16px/1 "TelerikWebUI";
    }
</style>
Completed
Last Updated: 30 Sep 2016 10:54 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: Grid
Type: Bug Report
0

			
Completed
Last Updated: 20 Sep 2016 06:53 by ADMIN
Completed
Last Updated: 24 Jun 2022 13:24 by ADMIN
Created by: Wandi
Comments: 5
Category: Grid
Type: Feature Request
1
There are more than 30 items (including task title) in RadGrid Task
I can't see Edit Template because my display resolution is not enough to show all Tasks.
I always get this problem with small resolution monitor.
Can you make it collapsible?
How do I go to EditTemplate? The task is not in the screen
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".
Completed
Last Updated: 10 May 2017 09:58 by Ray
Misalignment issue in RadGrid with static headers and simple control's configuration appears in IE.
Completed
Last Updated: 14 Mar 2016 12:11 by ADMIN
How to reproduce: Setup a RadGrid and configure the render mode to be Lightweight. Add group by expression with one select and one group field. Export to XLSX.

Current behavior: Html code is rendered in the Excel cell

Correct behavior: No Html code should be visible
Completed
Last Updated: 29 Sep 2016 12:32 by ADMIN
Completed
Last Updated: 15 Feb 2016 12:22 by ADMIN
Completed
Last Updated: 20 Sep 2016 07:15 by David
Created by: David
Comments: 4
Category: Grid
Type: Feature Request
1
Currently RadGrid supports strongly typed binding to a model and the use of OnCalling DataMethods, but requires additional non-documented code to get it to work correctly.

See forum post at http://www.telerik.com/forums/model-binding-selectmethod-defined-in-a-business-object#jyvrnG4qhEOdaXv_pBVt8g for the code requirements.

Request putting the ItemType and OnCallingDataMethods into the MasterTableView markup and eliminate the need to override the OnInit call. 

The markup would end up looking like:

<MasterTableView DataKeyNames="intOfficeId" ItemType="Models.OfficeModel" OnCallingDataMethods="grdAssignments_CallingDataMethods" SelectMethod="GetOffice" UpdateMethod="UpdateOffice" DeleteMethod="DeleteOffice" >

This would also pave the way to strongly bind the detail grid.

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: 31 May 2021 15:32 by ADMIN
Created by: Ruth Goldberg
Comments: 1
Category: Grid
Type: Feature Request
0
Allow the possibility of saving the batch edit changes either from the server or together with another postback. Currently saving can be done through a button with client-side code but only if the button has no postback. When something on the form will cause a postback (e.g. tab change, combo box selection) it would be nice to be able to automatically save batch edit changes in the client-side code for that control.  Right now that code will have no effect because of the postback. When other changes have to be made at the same time as the batch edit changes, with code that is in the batcheditcommand event on the server, the event will not fire unless there were changes to the grid, so those other changes could be lost.
Completed
Last Updated: 22 Mar 2016 10:04 by Dwight
ADMIN
Created by: Maria Ilieva
Comments: 4
Category: Grid
Type: Feature Request
2

			
Completed
Last Updated: 20 Jun 2022 14:58 by ADMIN
Completed
Last Updated: 23 Nov 2015 08:28 by ADMIN
Completed
Last Updated: 12 Nov 2015 13:38 by ADMIN
Between filtering is not working when RadGrid is bound to ClientDataSource. Trying to programmatically filter a date range will cause a JS exception.
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: 13 Nov 2015 15:36 by Robert