Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Clientside Method Request

Answered Clientside Method Request

Feed from this thread
  • Posted on Dec 16, 2010 (permalink)

    Could you guys plop in the ability to for us to check if a callback is already in progress with the panel?  I'm always having to manually set and release locks...

    I see there's an isUpdating already, but it's always returning false for me...
    I'd like to just be able to do this
    if(_menuHttpPanel.isProcessing == false){
      _menuHttpPanel.set_value(_menuSearchBox.get_value());
    }

    Reply

  • Answer Pero Pero admin's avatar

    Posted on Dec 20, 2010 (permalink)

    Hello Steve,

    Thank you for the suggestion!

    I logged it into our PITS, and we will implement in some of our future releases. Here is the public url to the PITS issue: http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/4386.

    All the best,
    Pero
    the Telerik team
    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

    Reply

  • Posted on Dec 20, 2010 (permalink)

    Awesome, thanks :)

    This is the best control in the suite right now and it never gets feature updates!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Clientside Method Request