Telerik Forums
Community Forums Forum
0 answers
155 views
Hello,
ASP.NET 2.0 introduces Asyn=”true” attribute in the page to handle asynchronous scenarios and under the hood this attribute tells ASP.NET to implement IHttpAsyncHandler in the page. There are more than one ways available in ASP.NET 2.0 and ASP.NET 2.0 (plus) to register asynchronous tasks in the page,
  • by AddOnPreRenderCompleteAsync method.
  • by declaring PageAsynTask tasks and register them by RegisterAsyncTask method.
read more at ASP.NET MVC, ASP.NET Tips: Provide immediate feedback to the browser on Long Running Tasks – in Asynchronous ASP.NET pages

Kind regards,
Mostafa Anoosheh



Mostafa Anoosheh
Top achievements
Rank 1
 asked on 04 Nov 2009
9 answers
194 views
Hi,


I m using RadCombo . Using javascript i m enabling and disabling the radcombo. But i have a problem when i enable the radcombo only combo will be enabled but items will be disabled. Can anybody please give me the solution for this problem. I want all the items of the radcombo is to be enabled when the radcombo is enabled .

My sample code is as below where chkSpecClassOne, chkEntireClassOne are checkbox control. I have called this code in check event of chkSpecClassOne checkbox .

  function focusSpecClassOne()
       {
         var comboSpec = $find("<%= radcmbDrugsOne.ClientID %>");
            var chkSpOne=document.getElementById("chkSpecClassOne").checked;
          if(chkSpOne)
          {
             comboSpec.enable();
          var comboItem = comboSpec.get_selectedItem();
          if(comboItem && !comboItem.get_enabled())
          {
            combo.commitChanges();
            comboItem.enable();          
            combo.trackChanges();
          }

            document.getElementById ("chkEntireClassOne").checked=false; 
          
                   }
          else
          {
           comboSpec.disable(); 
            document.getElementById ("chkEntireClassOne").checked=true; 
          
          }
       }

Simon
Telerik team
 answered on 03 Nov 2009
1 answer
100 views
Hi, I have a question, if today I buy Telerik Q2, the next week can I change it for Q3, or how is the purchase procedure??
Lin
Telerik team
 answered on 30 Oct 2009
1 answer
213 views
Hi,

Can somebody help me in showing the message that particular file type is not valid while selecting particular file type in the Open window.


For Example there is  a property AllowedFileExtensions , is there any way to stop the user from selecting particular file type?

<

 

radU:RadUpload ID="radEvaluationFileupload" runat="server" Skin="Vista" Width="150px" InitialFileInputsCount="1" AllowedFileExtensions=".doc,.txt"

 

 

ControlObjectsVisibility="None" TargetPhysicalFolder="C:\UploadFiles" SkinsPath="~/RadControls/Upload/Skins"

 

 

MaxFileInputsCount="1" />

 



Regards,
Rahul Nasa
rahulnasa@gmail.com
Genady Sergeev
Telerik team
 answered on 29 Oct 2009
4 answers
137 views
Hi!

NOw that VS2010 Beta2 is out (with Go Live licence), are your going to support it???

Have you test WPF Silverlight Q3 Controls with VS2010 Beta2??


Thanks!
Boyan
Telerik team
 answered on 28 Oct 2009
1 answer
290 views
Has anyone from Telerik or otherwise have any suggestions for a good Rules Engine? InRule and ILog both seem powerful but are very expensive. SmartRules seems OK but the documentation is poor.

Any suggestions would be greatly appreciated.
root scott
Top achievements
Rank 1
 answered on 27 Oct 2009
1 answer
188 views
Hello,
When sending an email in your ASP.NET application there are times when you do not want the user experience to slow just to wait for an email to be sent.  The code sample below is how to send a System.Net.Mail.MailMessage asynchronously so that the current thread can continue while a secondary thread sends the email.
Read more at Asynchronously sending a System.Net.Mail.MailMessage in C#

Best regards,
Mostafa Anoosheh


root scott
Top achievements
Rank 1
 answered on 27 Oct 2009
1 answer
94 views
I noticed you removed the Product + Product Section from the begging of Thread Descriptions listed in the "You Links" menu which helps but it's still too narrow.  Could you please make it wider, or better yet, "best fit" it (then you could Product + Product Section headers back in which do serve an organizational purpose)?  Also, how about some Folder support in "You Links" menu.  That way, we could organize it however we wanted.  Thanks.

Btw, the Product + Product Section headers made it pretty useless to distinguish Links because they took up the whole width and then some and I spend most of my time linking to Threads in one Product + Product Section.
Raya
Telerik team
 answered on 27 Oct 2009
2 answers
97 views
I encountered and reported a bunch of bugs with the WinForms Q3 2009 Beta and most of them turned out to be "already" in your "bug reports" but, to my knowledge, not in any other Forum posts even though these were reported within the 1st day or 2 after Beta release.  Could you please provide more "transparency" by allowing at least registered users access to at least your Beta Versions' Bug Reports.  This will:

a) encourage more active testing of your Beta versions by users because they will be more confident they won't be wasting time isolating and documenting bugs that've already been reported,

b) reduce time spent by Telerik support responding to issues already reported,

c) encourage more testing by easy reference to all bugs of a particular Beta version and type of control which may inspire to users to check out other features they're concerned about which may be affected.  Users are motivated by self-interest.  If they can easily see that there could potentially be bugs that affect features they're using, they'll be more likely to help make sure there won't be.

If you're worried about tarnishing your rep: a) with any kind of good damage control it's always better to "'fess up" quickly and thoroughly than to have someone else do it for you, b) having a separate searchable "Bug Report" in a separate area is less splashy than a bunch of bug reports in your main Forums especially since there would be less chance of multiple redundant reports by different users of the same bug (due to easier reference of all Beta bugs) which not only makes it look worse but wastes even more of your time responding to them.

Tom Chien
Top achievements
Rank 1
 answered on 26 Oct 2009
1 answer
101 views
I'm no longer able to mark posts as answers.  I've had this happen on a couple of threads today.  For example, on the following post, when I select the "Mark as answer" option takes me to a page that has the normal Telerik website and Forums header with the title of the thread followed by:

 "Related resourses for "Hard to Distinguish Current Tab using Default Color/Theme in a 2-Tab (Sibling) ChildTemplateView in 2009Q3Beta"

[ WinForms Grid Features | Documentation | Demos | Telerik TV | Self-Paced Trainer | Step-by-step Tutorial ]"

followed by the normal Telerik website footer with all the links (i.e. a normal Forum thread page but with all the actual posts missing).


http://www.telerik.com/community/forums/winforms/gridview/hard-to-distinguish-current-tab-using-default-color-theme-in-a-2-tab-sibling-childtemplateview-in-2009q3beta.aspx

FireFox v3.5.3, XP SP3, Core2Duo 2.99GHZ with 3GB.

I was going to try it on I.E. (8.0.6001.18702) which I don't use but I don't even see a "Mark as answer" option in I.E!?!  Another reminder why I'm not using it, I guess. ;)
Atanas
Telerik team
 answered on 26 Oct 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?