Declined
Last Updated: 06 May 2022 12:41 by ADMIN
Rui Lopes
Created on: 03 Jun 2014 13:09
Category: AutoCompleteBox
Type: Feature Request
1
Autocompletebox HTTP Status Code Error
In your page http://www.telerik.com/help/aspnet-ajax/autocompletebox-onclientrequestfailed.html you only have one message to show to the user, why not return de http status code?

In this moment the workaround suggested by your team is:
<script>
    Telerik.Web.UI.WebServiceLoader.prototype._onWebServiceError = function (error, context)
    {
        var errorEventArgs = new Telerik.Web.UI.WebServiceLoaderErrorEventArgs(error.get_statusCode().toString(), context);
        this._raiseEvent("loadingError", errorEventArgs);
    }
 
    function OnClientRequestFailed(sender, args) {
        console.log(args.get_errorMessage());
    }
</script>
1 comment
ADMIN
Vessy
Posted on: 06 May 2022 12:41

This request is declined due to the lack of interest by the community.

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.