The ScrollToRow method is not working in hierarchy with tabbed child views
FIX. RadGridView - allowing row reorder on the first level of hierarchy (template[0]) results in visual representation of the reordering while no actual reordering is performed.
ADD. RadGridView add functionality to support the NOT operator while filtering i.e Not Starts With, Not Equals etc
When the AddNewBoundRowBeforeEdit property of GridViewTemplate is enabled, the properties of the underline business object are not set, while the GridViewNewRowInfo is edited.
If you delete rows of the active view in tabbed child hierarchy, the new tab should be selected and the old tab should become invisible.
Currently the column virtualization is disabled in column groups view, which causes slow scrolling when using a large number of columns
When canceling the CurrentRowChanging event and the changing row is the new row, then the click here to add new row text will not be visible anymore.
If you change the values of the other business objects, when one of them is changed, RadGridView's rows' values are not affected.
The issue occurs when using a BindingSource bound to a DataSet as DataSource for combo box columns in RadGridView.
RadGridView does not clear the GridSpinEditor value when navigating to another cell.
RadGridView. Incorrect behavior of arrow keys when RightToLeft is enabled.
If you go to The Demos >> Grid View >> Performance >> Load 50,000 rows. And then drag the group to group by the first two columns, then editing cells is slow.
When switching from a child view that does not contain rows to one containing rows, the child view size is not updated and no child rows are shown.
When Excel-like filtering dialog is used without explicitly setting the filter operation the filter dialog executes Contains operation and when the filtering is confirmed through the OK button, RadGridView executes Equals operation. Comment: the issue is not the equals operations, the problem is that we escape the '*' characters.
When grouping in RadGridView is performed, the best fit operation throws NullReferenceException.
When date time filtering is performed for NotEqualTo or GreaterThanOrEqual operator, the filtered rows do not obey the filter's condition.
TextAllignment setting is not accepted neither through theme or through ViewCellFormatting event.
The problem exist if Column.Remove() is executed for master level.
Use the project in the support ticket to reproduce the issue.
Escaping special symbols in filter expression when used IsEqualTo operator