Won't Fix
Last Updated: 22 Jun 2015 11:57 by ADMIN
Declined
Last Updated: 02 Mar 2022 11:51 by ADMIN
When I said starting from "white space", I meant the space between the items and the pager. Please refer to attached screenshot. As you can see, we're keeping the grid the full height of the web page. if there are less items, there is a white gap between the row items and the pager. If starting the dragging to select from the white space, no items will get selected. Can we add this feature to RadGrid?
Won't Fix
Last Updated: 10 Aug 2021 14:22 by ADMIN
Hi,
I updated my code with version 2013.3.1114, but the method get_cell() of the GridDataItem has become case-sensitive.
I have some codes that with version 2012.3.1016 that was working correctly.
Is possibile to have the choice of case-sensitive / insensitive or at least have backward comaptibility ?
Unplanned
Last Updated: 03 Nov 2014 11:39 by Igor
GridAutoCompleteColumn columns cannot be created programmatically during OnLoad event, but only using the OnInit event.

In the attached sample, if you comment out 
panelOnInit.Controls.Add(gridOnInit);
and uncomment
panelOnLoad.Controls.Add(gridOnLoad);
when you click Edit in one row the following exception is thrown
Cannot create column with the specified type name: GridAutoCompleteColumn

But if you comment out 
panelOnLoad.Controls.Add(gridOnLoad);
and uncomment
panelOnInit.Controls.Add(gridOnInit);
the sample works

Note that if you change the GridAutoCompleteColumn for any other control type, for example GridHTMLEditorColumn, both methods will work.
Completed
Last Updated: 02 Oct 2014 13:44 by ADMIN
Declined
Last Updated: 20 Oct 2014 11:58 by Hans
Declined
Last Updated: 03 Nov 2014 11:29 by Elena
Created by: Ralf
Comments: 1
Category: Grid
Type: Bug Report
0
This behaviour only occurs in Chrome Webbrowser if you select an item in the grid in the bottom area of a list which has of more than 20 elements.
If you start to drag the item, it appears far to low which means that it is sometimes not on the page anymore.
It is even possible to redo this with the telerik demo ( on http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/drag-and-drop/defaultcs.aspx)
if you use the pager some times.
Declined
Last Updated: 26 Sep 2014 11:56 by ADMIN
Natural Sort-Option for RadGrid to sort the items in the grid in a natural way. By natural sort we mean sorting like StrCmpLogicalW (Win32 API).
Declined
Last Updated: 26 Sep 2014 12:35 by ADMIN
Created by: obuliprakash
Comments: 1
Category: Grid
Type: Feature Request
0
I am new to telerik controls.
My requirement is i should display "n" number of items based on values available in a xmldocument which is generated at runtime.
is it possible to add the columns at aspx itself and bind it or it can be done only through dynamically creating datasource and binding it?
Also i should show some images and checkboxx for selection based on some conditions
Declined
Last Updated: 20 Apr 2022 15:46 by ADMIN
The grid should provide an in-built option for the filtering to be initiated only on Enter key press and not on Tab or input blur.