Declined
Last Updated: 20 Oct 2014 11:58 by Hans
Unplanned
Last Updated: 17 Jan 2014 08:38 by ADMIN
Declined
Last Updated: 17 Mar 2015 14:49 by ADMIN
ADMIN
Created by: Vasya Stankova
Comments: 1
Category: Grid
Type: Bug Report
2
It is possible to have "{4} | Page {0} of {1}, items {2} to {3} of {5}" (all 6 parameters) for PagerTextFormat, but not just "items {2} to {3} of {5}".
Completed
Last Updated: 17 Jul 2015 10:25 by Roberto
Completed
Last Updated: 02 Oct 2014 13:44 by ADMIN
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.
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 ?
Completed
Last Updated: 21 Jun 2022 22:04 by ADMIN
The selector area of the dragging to select automatically goes all the way to the left; could that be changed so that the area shows up only from where the user clicked to where the cursor goes, like Windows Explorer? (see attached image)
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: 22 Jun 2015 11:57 by ADMIN
Won't Fix
Last Updated: 06 Aug 2015 13:58 by Andre Light
ADMIN
Created by: Angel Petrov
Comments: 1
Category: Grid
Type: Feature Request
1
There are TypeScript definitions for enabling intellisense
Unplanned
Last Updated: 04 Dec 2019 09:21 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 4
Category: Grid
Type: Feature Request
13

			
Declined
Last Updated: 20 Sep 2016 06:42 by ADMIN