Completed
Last Updated: 03 Oct 2016 04:57 by ADMIN
Completed
Last Updated: 21 Sep 2016 09:04 by ADMIN
GridViewColumn's IsVisible Binding breaks when you create an instance of a usercontrol.
Unplanned
Last Updated: 12 Sep 2016 15:38 by ADMIN
A workaround for the issue is to use RadObservableCollection as a source collection. Before the items are added to it, call the its SuspendNotifications method. Respectively, after that call the ResumeNotifications one. 

Another approach would be to populate the items through the AddRange method of the collection.
Completed
Last Updated: 07 Sep 2016 09:39 by ADMIN
Expecting the popup to be kept open, its zorder is still on top of the grid it is linked on, but not on top of other applications whose zorder is closer to the user than the application window containing the grid.
Won't Fix
Last Updated: 06 Sep 2016 08:49 by ADMIN
Won't Fix
Last Updated: 06 Sep 2016 08:48 by ADMIN
The last row is not fully visible when the gridview is scrolled to the bottom in case RowHeight is set to less than 20px. The less the row height the smaller the part of the last row which is visible. This is reproducible only in Office2013 theme. 
Completed
Last Updated: 29 Aug 2016 12:50 by ADMIN
Border is not correct when FilterRow is on and Column header is wrapped. Sample and Screenshot attached.
Unplanned
Last Updated: 25 Aug 2016 08:19 by ADMIN
1.   Run the sample application.

2.   Scroll to the last item.

3.   Begin to resize the window. The direction is irrelevant. Only the horizontal scrollbar needs to be visible.

4.   Observe that in the beginning of the resizing, the scrollbar auto scrolls upwards a little and the last item is half hidden.
Declined
Last Updated: 23 Aug 2016 08:39 by ADMIN
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Bug Report
0

			
Completed
Last Updated: 22 Aug 2016 15:25 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: GridView
Type: Bug Report
1

			
Completed
Last Updated: 18 Aug 2016 17:04 by ADMIN
Completed
Last Updated: 18 Aug 2016 14:54 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
3

			
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: 11 Aug 2016 14:04 by ADMIN
Columns data gets overlapped when columns are hidden and shown again
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
1. Scroll to near the bottom of grid.
2. Refresh the Grid, populating it with less items.
3. Should see mostly blank grid besides for bottom row.
4. If you scroll any the rows show back up.