The first service pack for Q2 2015 for UI for ASP.NET AJAX is live and ready for use. You can download it either from your Telerik.com account or via the Telerik Control Panel.
The issue will be resolved in the upcoming SP2, which will feature official support for Microsoft Edge. The new service pack will likely be released in the next 10 days.
What's New
Before you read the release notes, allow me to briefly highlight the important additions to the release:- RadButton with ButtonType=LinkButton and Target=_blank opens two windows
- RadDropDownList VirtualScrolling functionality does not work as expected in Ajax scenario when used in RadGrid FormTemplate
- RadComboBox htmlDecode is improved
- Integrate lightweight RibbonBar into RadEditor
- RadGrid throws exception when paging is enabled and the page run in Visual Studio Page Inspector or under IIS Express
- When RadGrid has enabled AJAX, Virtualization, Paging and Sorting, the AJAX will stop working after moving to the last page and sorting
- RadHtmlChart is not rendered inside wrapper with style="display:none"
- Ability to Disable Autocorrect in RadDateInput
Known Issues
Shortly after releasing the files publicly, we found a regression problem with the PivotGrid's horizontal scrolling. The problem and the solution are explained here. The fix is fairly easy--the CSS class below:<style type=
"text/css"
>
.RadPivotGrid .rpgContentZoneDiv {
overflow
:
hidden
; }
</style>
The issue will be resolved in the upcoming SP2, which will feature official support for Microsoft Edge. The new service pack will likely be released in the next 10 days.