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?
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 ?
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.
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.
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).
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
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.