When a predefined RowTemplate is set with RowStyle property the Adding New Item functionality fails. As a workaround we suggest extracting a Style based on our GridViewRowStyle and targeting the GridViewRow. Available in LIB version 2016.3.1212, it will be also available in the 2017 R1 release.
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 Release.
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!
I have a custom column based on GridViewBoundColumnBase. In it I override GetCellContent. If I bind the column to a nested property (MyProperty.SubProperty), what I return in GetCellContent is not shown, instead the nested property's "raw" value is shown. Attached is a project illustrating the issue.
InvalidOperationException, when sorting or filtering GridView and an observable immutable collection is used in a multithread application.