RadGrid v5.1.0
What’s New:
- Significant data-binding performance optimizations
- Native Export to Excel with option to customize the exported document appearance prior to the export action
- FilterExpression now passed directly to SqlDataSourceView & ObjectDataSourceView
- LinqDataSource: Support for filtering and grouping with server paging
What’s Fixed:
- Smart tag skin chooser & VS.NET crash in case of missing image is now fixed.
- ExportToPDF no longer throws an exception with ShowHeader="false".
- Export to CSV/PDF now supports special characters even with utf8 encoding.
- Not visible items are no longer exported to CSV.
- Horizontal scroller when having frozen columns is no longer missing in FF2.
- Frozen columns size no longer changes on scrolling in IE7.
- Slow scrolling and browser lockup with frozen columns in IE6 is now fixed.
- Setting MasterTableView style no longer resets CssClass for this style.
- GridEditForm_Default CSS class is now rendered with the embedded Default skin.
- AllowFilteringByColumn=false now clears FilterExpressions.
- EditFormItem is no longer excluded client-side with GridClientSelectColumn as the first Grid column.
- Column index is now longer recalculated client-side before firing any event due to the display="false" columns problem.
- NoRecordsItem is no longer included in Rows collection in case of ClientDeleteColumn
- Selection now works as expected after column resize in Firefox.
- DetailsTable's columns can now be hidden client-side.
- Fixed the exception "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index" - ExtractValuesFromItem problems with ReadOnly columns.
- Exception when inserting with CheckBox, Bind() and null value is now fixed.
- RadGrid in AJAX mode now allows selection of templated input text in IE.
- CellIndex for columns reordering & grouping under IE is now fixed.
- Issue with multi-row header when static headers are enabled is now fixed.
- With HeaderButtonType = TextButton and AllowColumnResize=true hand/pointer cursor is now shown as expected.
- Controls added using ItemDataBound/ItemCreated in GridGroupHeaderItem.DataCell are no longer lost after post-back