RadGridView
New Features and enhancements:
- UI and painting improvements, based on the Telerik Presentation Framework (TPF). Depending on the scenario, RadGridView is 30 to 60% percent faster
- Added Group level summaries
- Synchronized button themes with the grid's theme
- Implemented deleting all selected rows when "Delete row(s)" menu item is clicked or the Del button is pressed
- Implemented group summaries in the group header row
- Extended the selection functionality
- Assigned unbound animated image to cell
New methods:
- EnsureRowVisible
- EnsureCellVisible
- EndInit
Bugfixes:
- Fixed several problems with adding new rows
- Fixed GridViewCommandColumn to respond to changes in the value of the TextAlignment property
- Fixed the context menu to appear correctly when the grid is showing on two monitors
- Overall RadGridView performance improvements
- Corrected SelectedRows collection update during grid initialization
- AutoSizeColumnsMode = None restores the original width of the columns
- Corrected text alignment when scrolling up/down
- Example Hierarchy - expand the last collapsed row when Enter is pressed in ""Add a new row "
- Conditional formatting works for all columns, including invisible ones
- Corrected some Property Builder behavior
- Corrected SelectedRows synchronization
- Cell value is now validated when another cell is selected (clicked)
- Corrected GridGroupPanel invalidation of connection lines
- Corrected vertical scroll bars behaviors
- Corrected cell selection in the Vista theme
- Corrected vertical scroll position
- Corrected CurrentCell synchronization
- Corrected binding of strings of length 65536 or greater to the row
- Added scrollbars in the ColumnChooser
Breaking changes:
- GridViewTemplate.MoveColumnAfter is marked as obsolete