1. Add a summary row 2. Pin the summary row at bottom 3. Change the add new row position to be bottom 4. Try calling the ScrollToRow method
There is an issue when using dpi setting different from the default one on Windows XP or Windows 7 with XP style dpi scaling
When RadRadioButton column is bound to a column containing integer values and RadGridView is being reenabled all radio buttons are with ToggleState.On.
Adding a column to the RadGridView datasouce (DataSet) does not reflect in RadGridView.
If the DPI setting of the screen is 120, the layout of the Conditional formatting form is broken. One can't see the buttons to apply his/her preferences.
It will be a nice addition to the GridViewImageColumn if we add an ImageAlignment property.
When you are using drop down list in RadGridView in suggest-append mode, you should be allowed to add non-existing item to the data source.
Currently when RadGridView contains multiple header rows and its layout is being saved, after loading it the grid shows "No data to display" although it is binded to a data source. Add a functionality to support saving the layout when RadGridView contains multiple header rows
You need to create two manually generated columns and set the AutoSizeColumnsMode to GridViewAutoSizeColumnsMode.Fill. If you set the MinWidth property of the first one and the MinWidth and MaxWidth properties of the second one, the columns do not fill the whole available space of RadGridView.
When you recalculate the value of the parent record in the ListChanged event of the BindingList, NullReferenceException is thrown.
We should consider the Display attribute when using business objects as data source in RadGridView.
If grouping is applied, the cells of GridViewCheckBoxColumn are not updated after changing their values programatically.
If the NewRowEnterKeyMode value is EnterMovesToLastAddedRow and you press the Enter key to add a new row, this new row is added twice.
There are visual glitches when using RadGridView in column groups view and RightToLeft is set to true.
At design-time when you remove a RadGridView instance, its GridViewTemplate instances are not removed.
When RadTextBox is bound to a column (GridViewTextBoxColumn) in RadGridVIew it shows the current cell value. But once new row is added the value in the text box does not clear. Instead the last value stays. In case you add another row the value is being cleared.
There is a weird behaviour when the row is in edit mode and the user clicks consecutively in a different ComboBoxColumn. The drop-down pop-up is shown bun immediately disappear if the previous cell was also from ComboBoxColumn.
Excluding certain properties when layout is being saved
When loading layout in RadGridView, combo box columns lose their data-sources.
Include an easy way to clear selection and current row if the data source changed. Currently, it sets the first row as current and there is not a clear way to avoid this on every data source change.