The workaround could be using QueryableCollectionView instead. Still, it does not suggest the exact same functionality as ICollectionView.
ValidationErrorHandler does not get invoked when validating in view mode and System.ComponentModel.INotifyDataErrorInfo interface is implemented.
I have a RadGridView with RadLinearSparkLines as a column showing ~100 trends. I am looking to save all sparklines when I save screenshot. I tried by querying the RadGridView for desired size after a call to Measure(), and pass it to the Arrange(). However, the RadGridView renders within the bounds of its actual size but not the desired size. I also noticed that the desired size is not as tall as the size required to render all rows. Is there any way I can save RadGridView as PNG with all rows rendered in the image? Thanks in advance for any tips!
Pasted rows are not correct after coping all rows with SelectionMode Extended. This is caused by the incorrect count of the cells in SelectedCells collection. Resolved with LIB version 2014.1.0428.
PropertyChanged event is called for a cell with nullable value when is in edit mode and click on another cell
Wrong selection when data is real time updated
The problem should be resolved with lib version 2016.1.125
New row in Bottom position is not visible in the child grid when the grid has no items
Exporting to Excel for hierarchical grid view i.e parent and child grid. The Output Excel should be looks like drill down report which child report can be hidden/visible.