Unplanned
Last Updated: 04 Jan 2017 07:21 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 03 Jan 2017 21:13 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:12 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
0
Respect IVirtualizedItemProvider for items of RadGridView . 
Unplanned
Last Updated: 03 Jan 2017 21:10 by ADMIN
Currently, within the LoadItems() method the items are being iterated directly, thus a second query to the database is triggered.  A separate list for this operation should be created.
Unplanned
Last Updated: 03 Jan 2017 21:06 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
1
WinForms: http://www.telerik.com/help/winforms/gridview-grouping-setting-groups-programmatically.html

You can find our online documentation on a detailed information on the currently supported grouping:
http://docs.telerik.com/devtools/wpf/controls/radgridview/grouping/basics.html
Unplanned
Last Updated: 03 Jan 2017 16:26 by ADMIN
Workaround: reused the cell element like this:
CreateCellElement(Telerik.Windows.Controls.GridView.GridViewCell cell, object dataItem)
{
    var button = cell.Content as Button;
    . . .
 
    return button;
}
Unplanned
Last Updated: 03 Jan 2017 15:09 by ADMIN
Unplanned
Last Updated: 30 Dec 2016 13:44 by ADMIN
It is difficult to track whether the newly added items are pasted or not crated by insert.
Completed
Last Updated: 27 Dec 2016 15:03 by ADMIN
Available in LIB version 2016.3.1227, it will be also available in the 2017 R1 release.
Completed
Last Updated: 12 Dec 2016 14:54 by ADMIN
Available in LIB version 2016.3.1212, it will be also available in the 2017 R1 release.
Completed
Last Updated: 12 Dec 2016 14:54 by ADMIN
When a predefined RowTemplate is set with RowStyle property the Adding New Item functionality fails. As a workaround we suggest extracting a Style based on our GridViewRowStyle and targeting the GridViewRow.

Available in LIB version 2016.3.1212, it will be also available in the 2017 R1 release.
Completed
Last Updated: 08 Dec 2016 13:55 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 2
Category: GridView
Type: Feature Request
3
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 06 Dec 2016 15:19 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
8

			
Unplanned
Last Updated: 02 Dec 2016 11:13 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 21 Nov 2016 14:53 by Robert
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
Unplanned
Last Updated: 17 Nov 2016 15:56 by ADMIN
Unplanned
Last Updated: 03 Nov 2016 15:23 by ADMIN