Completed
Last Updated: 31 Mar 2016 11:42 by ADMIN
Unplanned
Last Updated: 30 Jan 2017 15:14 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by Dev
When tabbing in grouped RadGridView placed in Grid with another visual element inside it, GroupRenderMode is set to Flat  and second group is not in ViewPort, selected row changed its state to Unfocused.
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: 04 Jan 2017 07:22 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
0

			
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: 04 Jan 2017 07:21 by ADMIN
ADMIN
Created by: Yoan
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 08 Aug 2016 09:16 by ADMIN
Unplanned
Last Updated: 09 Aug 2016 08:25 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 09 Aug 2016 09:59 by ADMIN
ADMIN
Created by: Ivan Ivanov
Comments: 0
Category: GridView
Type: Feature Request
0

			
Unplanned
Last Updated: 12 Aug 2016 15:39 by ADMIN
Not all of the FilteringControl elements have automation IDs. This fact prevents the proper usage of some automation frameworks.
Completed
Last Updated: 19 Oct 2016 14:56 by Chris
InvalidOperationException, when sorting or filtering GridView and an observable immutable collection is used in a multithread application.
Completed
Last Updated: 15 Feb 2017 09:02 by ADMIN
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Declined
Last Updated: 28 Oct 2016 12:39 by ADMIN