Progress® Telerik® UI for ASP.NET AJAX
Register Telerik HTTP handlers in nested web.config
How to register the Telerik handlers in a web.config that is not in the root level of the site.
RadAsyncUpload for ASP.NET AJAX
Change AllowedFileExtensions and Check Uploaded Files
How to invalidate and remove files that have the wrong extensions after you change the allowed file extensions.
Dynamically change the PostbackTriggers collection of the AsyncUpload
Change the PostbackTriggers collection dynamically. For example, when the validation on the server passes, the control that fired the postback should become a PostbackTrigger for the AsyncUpload
RadDataPager for ASP.NET AJAX
SEO Paging Overview
Added information on how SEO paging works, how the URL changes and what requests are invoked.
Page size is not changed to 10
A KB explaining a behavior related to changing the default page size with SEO paging
RadEditor for ASP.NET AJAX
Pasting Content Overview
Added information on IE11 limitations in handling pasting.
RadGrid for ASP.NET AJAX
Prevent numeric value changing with Batch editing when using keyboard navigation with the arrow keys
GridNumericColumn generates RadNumericTextBox in Batch editing which may lead to auto incrementing.
RadGrid appends 1 to the unique names of auto generated columns
The UniqueNames of the AutoGeneratedColumns may have 1 appended at their end.
Get file path to the uploaded file using Async Upload inside RadGrid
Code library demonstrating how to get file path to the uploaded file using Async Upload inside RadGrid.
RadImageEditor for ASP.NET AJAX
How to Initially Zoom the Loaded Image to Best Fit
Zoom the image loaded in RadImageEditor to best fit the editable area of the control. on initial load.
RadNavigation for ASP.NET AJAX
NodeDataBound
Added examples how to access the DataItem of the node.
RadPivotGrid for ASP.NET AJAX
Filter List Missing Values With Large Amount of Data
The possible values in the filter window is limited and do not include (load) the entire list of all items available from the data source.
RadScheduler for ASP.NET AJAX
RadSchedulerRecurrenceEditor does not persist the Selected month in YearView
In YearView of the RecurrenceEditor, when you postback the page, the dropdowns for selecting the month change their value back to the default value (January).
RadSpreadsheet for ASP.NET AJAX
Access the Spreadsheet workbook on the server
How to access the Spreadsheet workbook on the server when pressing the Save button in the Spreadsheet or calling programmatically the .save() client-side method.