When using textbox and grid bound to the same datasource, the grid should be updated automatically when the textbox loses focus
The following line leaves the visual lines of the child templates selected: this.radGridView1.ClearSelection() To workaround the issue use this.radGridView1.TableElement.UpdateView() after clearing the selection.
Export the Winforms' RadGridView to cvs file format.
Export the Winforms' RadGridView to html file format.
Cell value is not persisted when adding new row with down arrow and "add new row" position is at bottom
When adding a new row with Enter key the RowValidating event fires as expected. However, you can not cancel the event.
The editor should not cover the table header or scrollbars when the cell is partially visible.
CellValidating and RowValidating events should fire always when closing an editor.
The last text line is cut off
There is an issue when using dpi setting different from the default one on Windows XP or Windows 7 with XP style dpi scaling
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
There are visual glitches when using RadGridView in column groups view and RightToLeft is set to true.
When constructing hierarchy with many nested levels (more that 2) at design time, the serialization fails.
When using column groups view the last row is partially visible. Issue addressed by RadGridView Q2 2010+ (version 2010.2.10.713+)
- Create a new project containing RadGridView - Clear the selection and reset the current row on a button click - Click the button - Select the same row again - Click the button - Click in the same row and cell - you will notice this time you can't select it
If you set the CurrentRow property to null when adding a row, it is not possible to select the same row again
The property builder closes when you select a child template and remove it from the tree
- Create a new project - Add RadGridView - Setup a mixed hierarchy mode - Expand several nodes so the vertical scrollbar appears - Scroll down
One should be able to remove the grouping by dropping a group item on a grid row.
The combobox column should get its value according to its DisplayMember property