Completed
Last Updated: 15 Dec 2010 12:26 by ADMIN
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
Completed
Last Updated: 09 Dec 2010 07:30 by ADMIN
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
Completed
Last Updated: 09 Dec 2010 03:02 by ADMIN
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.
Completed
Last Updated: 07 Dec 2010 05:04 by Svetlin
When you create an expression column in the second level of hierarchy, the expression is not evaluated.
Completed
Last Updated: 06 Dec 2010 05:57 by ADMIN
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
Completed
Last Updated: 06 Dec 2010 05:19 by ADMIN
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.
Completed
Last Updated: 03 Dec 2010 05:16 by ADMIN
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
Completed
Last Updated: 02 Dec 2010 07:21 by ADMIN
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.
Completed
Last Updated: 02 Dec 2010 04:39 by ADMIN
RadGridView with AutoSizeRows enabled, the combo box (in GridViewComboBoxColumn) does not close its drop down when combo item is being selected
Completed
Last Updated: 02 Dec 2010 04:37 by ADMIN
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.
Completed
Last Updated: 02 Dec 2010 04:34 by ADMIN
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.
Completed
Last Updated: 30 Nov 2010 07:54 by ADMIN
FIX. Filter cell values are not cleared when FilterDescriptors are cleared.
Completed
Last Updated: 30 Nov 2010 05:22 by Svetlin
If you change the Image property of GridRowHeaderCellElement in the ViewCellFormatting event, the layout of the cell is not affected.
Completed
Last Updated: 29 Nov 2010 04:54 by ADMIN
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
Completed
Last Updated: 25 Nov 2010 03:38 by Svetlin
When you apply an html view definition to the master template in hierarchy, the table element on the second level is rendered inappropriately.
Completed
Last Updated: 22 Nov 2010 05:00 by ADMIN
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
Completed
Last Updated: 19 Nov 2010 06:19 by ADMIN
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).
Completed
Last Updated: 17 Nov 2010 07:18 by ADMIN
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
Completed
Last Updated: 17 Nov 2010 06:25 by ADMIN
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
Completed
Last Updated: 17 Nov 2010 04:10 by ADMIN
There is an issue when using dpi setting different from the default one on Windows XP or Windows 7 with XP style dpi scaling