Using Telerik GridView. If a cell is wrapped multi-lines (the more lines the easier to reproduce), and the grid has both vertical and horizontal scrollbars. 1) Fill one of the cells with a bunch of text in which will cause multi-line text wrapping of within that column. 2) Set focus to a different grid row 3) scroll the vertical scrollbar all the way to the bottom 4) scroll the horizontal scrollbar far enough away to lose visual of the Column 5) scroll the horizontal bar back to the right Result: the vertical scrollbar will jump. Expected: The scrollbars should not jump like this as it does not happen when the cell does not contain word-wrapped text.
Add a property to control GridView ControlPanelItem visibility.
The problem should be resolved with LIB version 2016.1.404.
Right now, if you programmatically increase the RadGridView's font size, the columns get bigger to accommodate. So far, so good. But if you then make the font size smaller, the columns stay the same large-font width. Further, double-clicking the gridsplitter that separates the columns after the above procedure doesn't resize the column like it would if you'd manually resized the column and then double-clicking the gridsplitter - instead, nothing happens. Finally, it would be nice to have a programmatic interface to autosize the columns, something like MyGrid.Columns(0).AutoSize() Thanks!
Respect IVirtualizedItemProvider for items of RadGridView .
The problem should be resolved with LIB version 2016.1.404.
MergedCellsStyle and MergedCellsStyleSelector properties will be available with Q2 2016.
UPDATE: The issue is reproduced with columns bound to other data types as well.
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.
Implement Excel-like horizontal locked scrolling. Clicking on the scrollbar should scroll into view the first column that is not visible at the moment, i.e. all visible columns should be moved out of the viewport.