We would like to have the ability to merge cells vertically with same content. Consider to do the same horizontally.
Especiall for wide lists it would be very helpful to be able to zoom in and out of a RadGridView, in order to see more or less columns. Also see: http://www.telerik.com/forums/scaling-of-radgridview-content
Show a tooltip when text exceeds column width. Available in the 2017 R1 Release (2017.1.117).
Currently I am using row selection for my readonly grid. There is a cell highlight that shows which cell the user has selected. I would like to disable that highlight so that the row selection looks consistent no matter where on the row the user clicks. (Copied from: http://www.telerik.com/forums/disable-selected-cell-highlight See this link for more details: http://www.telerik.com/forums/how-to-remove-focus-rectangle-from-selected-cell#9GAEx-HPN0C_qOGAsXY2PA ) This should be possible without adding 200 lines xaml code. Just expose the CellBorderBrush Property so we can easily set it to transparent
As of R1 2018 RadGridView supports pinning columns both on its left and right side. The new properties that control the right-side behavior are: RightFrozenColumnCount and RightFrozenColumnsSplitterVisibility.
Hi,
I have been working wit the RadGridView for about 6 years now and it works great!
The only thing that still bugs me after all these years is the GridViewComboBoxColumn. The sorting and "Search as you type" features are not working for us. The fact that it uses the DataMemberBinding is something we do not get.
The fact that it is not ordered or searched into the shown value instead of the DataMemberPath is beyond me.
I mean, why would I, as a user, want to search into or sort a value that is not visible to me?
Adding a feature like a string property on the GridViewComboBoxColumn that is used for displaying, searching, filtering and sorting would be awesome!
The filter's distinct values work well, but the field filters show the enum value and that's not good.
I have attached a sample project to demonstrate the problems with sorting, filtering and searching.
There are also print screens attached to clarify each feature mentioned
Thanks!
Add an option to clear all filters at once to the column filters.
When you place a DataTrigger whithin a CellTemplate, it is being ignored by RadGridView for WPF Workaround ( until fixed ) - set the ContentTemplate of the cell via Style in a static resource instead.
Add an ability for the user to select a full column (the SelectionUnit should be Cell and the SelectionMode should be Multiple or Extended). Consider this behavior in regard with the sorting of the column.