Telerik Forums
Community Forums Forum
3 answers
196 views
Hello,
You use jQuery in all pages of telerik.com (http://telerik.com/scripts/jquery-latest.js) and do not config client caching with optimal parameters.
Cache-Control  public, must-revalidate 
Expires  Fri, 26 Jun 2009 06:47:32 GMT 
Last-Modified  Wed, 27 May 2009 06:47:32 GMT 

I think it's better to use googleAPI jquery link http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js and get better performance on page loading and less traffic on your site:

Cache-Control  public, max-age=31536000 
Expires  Sun, 30 May 2010 10:57:57 GMT 
Last-Modified  Thu, 19 Feb 2009 22:38:52 GMT 

Kind regards
Mostafa Anoosheh
Ivo
Telerik team
 answered on 18 Nov 2009
1 answer
88 views
Hello

The FilterExpression Parameter just works for varchar or nvarchar fields on the database.

I tried the column filtering with char and integer fields. For both the filtering doesn't work.

Maybe you already know or it's just clear for you. But it should be mentioned, I think. 

Here the name of the Video: KevinBabcock_29.flv

It would be nice to see, how to CRUD with a webservice and a PopUp form.
Tsvetoslav
Telerik team
 answered on 16 Nov 2009
3 answers
78 views

I use Opera as my web browser, and the Format code block does not work. After I've pasted the code the OK/Cancel buttons at the bottom disappeares, and there is no way to get out of the window.  I have to close the tab in the browser.

Regards, Jill-Connie Lorentsen

Rumen
Telerik team
 answered on 12 Nov 2009
1 answer
124 views
On http://www.telerik.com/community.aspx, the hyperlink "Book a seet", seat is spelled incorrectly.
Paul
Telerik team
 answered on 12 Nov 2009
0 answers
98 views

hii....plz help me.....i want to use telerik RadTickr control...
but i am not able to use it...

the error is can not access telrik rad ticker control...and also in telerik control there isn't telerik rad ticker control...i have full version dll..plz if possible reply.....its urgent....

chhaya shah
Top achievements
Rank 1
 asked on 11 Nov 2009
3 answers
97 views
I'd like to suggest to add a new section under Silverlight for the new "Book" control.
..Ben
Nikolay
Telerik team
 answered on 10 Nov 2009
1 answer
112 views
hiii...i am getting one error while adding telerik dll.....i have full vesion dll....i don't know why it was giving such a error .
error is.." Could not load file or assembly sytem.web.extention,version=1.0.61025.0,Culture=neutral,PublicTokenKey=31bf3856ad364e35 or one of its dependancie.."
plz...help me...how can this probelm will be resolved..????
Dimo
Telerik team
 answered on 06 Nov 2009
0 answers
189 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
264 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
121 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?