RadGridView should automatically scroll when holding the left mouse button and dragging with the mouse to select more rows for the rows which do not fit in the page.
RadGridView with AutoSizeRows enabled, the combo box (in GridViewComboBoxColumn) does not close its drop down when combo item is being selected
When RadGridView has AutoSizeRows enabled and contains GridViewComboBoxColumn, when the combo box is being opened the row size increases, which leads to overlapping the next row. The rest of the rows should arrange according to the increased size of the current row.
In RadGridView with AutoSizeRows enabled and GridViewComboBoxColumn, the row size is 5px when the row has no values. Once a value in the combo box is being selected it should change its size according to the selected value.
FIX. Filter cell values are not cleared when FilterDescriptors are cleared.
If you change the Image property of GridRowHeaderCellElement in the ViewCellFormatting event, the layout of the cell is not affected.
Steps to reproduce: 1. Create a new RadGridView project and apply hierarchy 2. Set the AllowAddNewRow property for the second level to false 3. Set the EnableFiltering property for the second level to true 4. Run the project and apply filtering at second level that hides all rows
When you apply an html view definition to the master template in hierarchy, the table element on the second level is rendered inappropriately.
1. Create a new project and bind the grid 2. Add code in the OnLoad event to pin the last row at grid bottom 3. Add code which rebinds the grid on button click 4. Run the project 5. Click the button to rebind
When value the mask is Numeric and a null value object is set as a value for the RadMaskEditBox, "0" is displayed instead of "" (nothing).
1. Add three columns in RadGridView 2. Fill several rows with long text data 3. Set the AutoSizeColumnsMode property to Fill 4. Run the project 5. Double click between the second and the third column to start the best-fit method
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.
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.
Custom filtering for Enum types, TypeConverter support for business object bind to 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.