Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
219 views
Hi,

I created a new project with only one RadComboBox.
I added the RadScriptManager, set EnableScriptCombine to true and ran with YSlow.

The result is shown below.
I expected all the JS to be combined to one.
What am I doing wrong?

The page has a total of 14 components and a total weight of 145.5K bytes
TYPE SIZE
(KB)
GZIP
(KB)
COOKIE RECEIVED
(bytes)
COOKIE SENT
(bytes)
URL EXPIRES
(Y/M/D)
RESPONSE
TIME (ms)
ETAG
doc 6.3K http://localhost:49573/Default.aspx no expires 1949
js 21.7K http://localhost:49573/WebResource.axd?d=C65kFO8Zbyr7oEK88I4nwkCFF2wi8YUppZCA1-hPbGEC9Dh-au8RfX-Tno5[snip] 2012/5/11 65
js 142.1K 40.0K http://localhost:49573/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compre[snip] 2012/5/11 72
js 36.1K 8.9K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/Core.js 2020/11/9 112 "2c2cea13c88f37aca1fe21374c6f214b"
js 78.0K 26.8K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/jQuery.js 2020/11/9 117 "d433bf28fe6035d33e275884802fb720"
js 0.1K 0.1K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/jQueryInclude.js 2020/11/9 127 "b2469851ca7b21412c32dfde156114d5"
js 30.8K 7.4K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Ajax/Ajax.js 2020/11/9 126 "7f4540a8b019e15b2e124127fbcae158"
js 6.0K 1.8K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/jQueryPlugins.js 2020/11/9 130 "dc318c0bd343b121210cb177c45ef98f"
js 8.4K 2.2K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/TouchScrollExtender.js 2020/11/9 131 "29a9ff6a5a9813a9cfd806c8ad50815c"
js 37.3K 7.8K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/Navigation/NavigationScripts.js 2020/11/9 133 "6923509a1cf8a149eaa9ea38498db3a5"
js 74.8K 15.9K http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/ComboBox/RadComboBoxScripts.js 2020/11/9 137 "16e6cef878b58e2ab55d7293f814476d"
css 7.3K 1.5K http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1109/ComboBox.css 2020/11/9 34 "07b73c2be12eff7b36213d328919d1fb"
css 6.4K 0.9K http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1109/Default/ComboBox.Default.css 2020/11/9 37 "76949e19a5ef0d7e8a37f62fb495e5cb"
cssimage 3.6K http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1109/Default/ComboBox/rcbSprite.png 2020/11/9 4 "1d50330b9e536d8fc173120fceda6c88"

Chen
Top achievements
Rank 1
 answered on 13 May 2011
8 answers
192 views
Hi, I wanted to add sort to my dynamic column. Where can I find any documentation code on how to accomplish this. Any inputs would be appreciated.

Thanks in advance,
RJ
Pavlina
Telerik team
 answered on 13 May 2011
3 answers
96 views
I noticed that GridView in contentTemplate of PanelBar becomes visible during expending/collapsing animation.
It seems that sequence of events for onClick is as follows:
Expanding:
  1. show content (overlayed on top of panelbar)
  2. start animation
  3. animation completed
Collapsing:
  1. start collapsing
  2. end collapsing
  3. hide the content

Question: Is it possible to make PanelBar show content in a sliding-exposing fashion?

UPDATE: THIS ONLY HAPPENS IN IE7. in FF everything slides down/up very nicely.

Thanks!
Simon
Telerik team
 answered on 13 May 2011
5 answers
102 views
I have added JavaScript to my pages that will detect if the user has made a change to a field and prompts the user to save those changes when they perform an action that will take them away from the page.

To do this, I'm performing 2 basic steps:

  1. On the input keyup event, I'm setting a "dirty" variable to "true"
  2. On the document.ready event, I'm prompting the user to "save changes" (if dirty = true) on the window.onbeforeunload event.

This has been working for all pages in my project, until I began using the RadTreeView.  When I make a change on a page that has a RadTreeView, and then click on a Node that takes the user to a new page, they are prompted.  If the user clicks "Cancel", the following error is thrown:

"htmlfile: Unspecified Error"

I have created a basic example that utilizes the following:

  • Visual Studio 2010
  • Telerik.Web.UI version 2010.1.519.40

Any help would be greatly appreciated!
Jason Gajewski
Top achievements
Rank 1
 answered on 13 May 2011
1 answer
238 views
How do I get the current selected Appointment .... 

Is there a RadScheduler property for current selected Appointment?

without having to store in session e.appointment.ID from AppointmentClick?



Veronica
Telerik team
 answered on 13 May 2011
1 answer
84 views

when i click a image hyperlink form go to b image.
but i question is
b image i have back button .
which one has selected come in b image that one's row's selected and display when i click b image


Thanks ,
Mohamed.
Gimmik
Top achievements
Rank 1
 answered on 13 May 2011
1 answer
38 views
<telerik:AjaxSetting AjaxControlID="SearchButton">
                        <UpdatedControls>                            
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock2" LoadingPanelID="RadAjaxLoadingPanel1" />
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock3"/>
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock5"/>
                                                        
                            <telerik:AjaxUpdatedControl ControlID="DivNoData" />                            
                            
                            <telerik:AjaxUpdatedControl ControlID="ButtonPaging" />
                            <telerik:AjaxUpdatedControl ControlID="lbltcount" />
                            <telerik:AjaxUpdatedControl ControlID="lblresult" />
                            
                            <telerik:AjaxUpdatedControl ControlID="lblcount" />
                            
                            <telerik:AjaxUpdatedControl ControlID="txtSQLquery" />
                            
                            <telerik:AjaxUpdatedControl ControlID="RadGrid" LoadingPanelID="RadAjaxLoadingPanel1" />                            
                      </UpdatedControls>
                    </telerik:AjaxSetting>

25 more similar <telerik:AjaxSetting />

with different changes my pages is to heavy due to this <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
and my page is slow due to these lines when i redirect page through my own paging the page redirect very slow all time
please suggest an idea for me how can i use RadAjaxManager without any burden on my page.
Thanx
Maria Ilieva
Telerik team
 answered on 13 May 2011
5 answers
87 views
Are there specific settings I need to ensure that my RadMenu can work on a BlackBerry or IPhone browser? My menu has sub items so the user needs to be able to access those. Right now, the menu displays but I cannot access the sub menu items.
Helen
Telerik team
 answered on 13 May 2011
0 answers
90 views
Hi,

i am working on telerik treeview with accordion jquery. i am adding tree view dynamically from server side code. its not showing .
when i am adding statically from aspx file then its showing.

plz help me

Regards,

Faisal
faisal
Top achievements
Rank 1
 asked on 13 May 2011
2 answers
152 views
Hello,

I have two radgrids in the same page, both have used inline edit mode.
I've set some row in the grid1 to edit mode. Next step is to set another row in the grid2 to edit mode and simultaneously close edited row in grid1. The problem is, that sometimes it doesn't work. The row in grid1 is still in edit mode, even I used standard commands to close it:

RadGrid1.MasterTableView.IsItemInserted = false;
RadGrid1.MasterTableView.ClearEditItems();  
RadGrid1.Rebind();

Today I've found another command which when I apply it closes edited row as I needed :)
This is the code line which did the job for me:

RadGrid1.EditIndexes.Clear();

Could somebody explain to me the difference between above mentioned commands. When to use which one ?

Thanks

Vasssek
Vasssek
Top achievements
Rank 1
 answered on 13 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?