Won't Fix
Last Updated: 01 Oct 2015 12:01 by ADMIN
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.
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Completed
Last Updated: 02 Sep 2014 13:05 by ADMIN
Won't Fix
Last Updated: 20 Jun 2022 14:37 by ADMIN
RadGrid VirtualScrolling does not scroll to the bottom when StaticHeaders are enabled. The issue could be observed in the attached project.
Completed
Last Updated: 06 Aug 2014 08:37 by ADMIN
ADMIN
Created by: Daniel
Comments: 0
Category: Grid
Type: Bug Report
0
Underline style does not work in ExcelML export in RadGrid. Throws an exception.
Completed
Last Updated: 11 Aug 2015 12:04 by ADMIN
Won't Fix
Last Updated: 14 Aug 2015 07:32 by ADMIN
Won't Fix
Last Updated: 02 Jul 2019 07:21 by ADMIN
When trying to batch edit cell values of the Grid via e.g., RadEditor (GridHTMLEditorColumn or RadEditor in EditItemTemplate of GridTemplateColumn) the cell value always result to a plain text.