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.
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: 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.
Completed
Last Updated: 10 Nov 2023 08:05 by ADMIN
Release R3 2023 SP1
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Completed
Last Updated: 04 Aug 2016 13:25 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:12 by ADMIN
Unplanned
Last Updated: 30 Jan 2017 15:14 by ADMIN
Completed
Last Updated: 12 Feb 2019 12:16 by ADMIN
Declined
Last Updated: 18 Jul 2016 10:53 by ADMIN
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.
Unplanned
Last Updated: 19 Jun 2017 13:36 by ADMIN
Add a property to control GridView ControlPanelItem visibility.
Completed
Last Updated: 31 Mar 2016 11:42 by ADMIN
Unplanned
Last Updated: 30 Jan 2017 15:14 by ADMIN
Declined
Last Updated: 21 Oct 2016 13:16 by ADMIN
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!
Completed
Last Updated: 24 Mar 2016 14:28 by ADMIN