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
1. Create a new project containing RadGridView 2. Set the MimimumSize and MaximumSize properties 3. Set the AutoSize property to true 4. Run the project and you will see that RadGridView is not in AutoSize mode
1. Create a new project containing RadGridView 2. Set the VirtualMode property to true 3. Set RowCount and ColumnColunt properties to 10 4. Set the EnableFiltering property to true 5. Run the project and apply filtering
No data to display view for every child template in hierarchy mode and ActiveViewChanged event to support implementation of custom logic COMMENT: NoDataToDisplay text is not specific for any view. It appears only when RadGridView is empty. Child views do not take place when there are no child rows in them and there is no need to show the text for child views.
When you create an expression column in the second level of hierarchy, the expression is not evaluated.
Steps to reproduce: 1. Create a new project containing RadGridView 2. Set AddNewRowPosition property to Bottom 3. Handle the CellFormatting event for the last column and cancel it 4. Run the project
If I create a grid view and use DeferRefresh while adding rows, if I later update the value by using the Cell.value property, the cell does not update visually until you force a redraw of the cell in some fashion. The most reliable workaround was using a beginedit/endedit around the value change inside another DeferRefresh call, but it's really slow and unusable. The other thing I tried that worked a bit was getting the row and calling InvalidateRow() - which works for single line cells pretty well, but if you have auto size with multi-line, etc... it doesn't update the vertical height of the row correctly.
1. Create a new project with RadGridView and bind it 2. Add a button and on its click event start a timer and call the BeginEdit method of RadGridView 3. On timer tick event change the theme for the grid