This is a migrated thread and some comments may be shown as answers.

Clientside Method Request

2 Answers 77 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 16 Dec 2010, 05:02 PM
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());
}

2 Answers, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 20 Dec 2010, 10:44 AM
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.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 20 Dec 2010, 03:17 PM
Awesome, thanks :)

This is the best control in the suite right now and it never gets feature updates!
Tags
XmlHttpPanel
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Pero
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or