Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
106 views


Hi I am using rad treeview control which will have more than 500 nodes at any point of time. I am using Server Side as the expand mode as attributes are attached to the nodes. I am also using radajaxmanager to ajaxify the node expansion.

with IE 7 it takes almost 10-15 seconds to fully render the tree after expansion at the same time it takes hardly 3-4 seconds in safari.

I am using master page inmy application and various other rad controls like rad grid, rad splitter, rad pane and rad window.

I tried with UseEmbeddedScripts="false" but of no use.

Is radtree is not advisable with this many number of nodeds in container pages or IE?

The performance is very good in safari and poor in IE7.

Thanks
-Ankur

Paul
Telerik team
 answered on 15 Sep 2008
2 answers
119 views
Hello i have a problem with toolbar and radgrid
im using a toolbar in commanditemtemplate and i have, new, edit, delete, and export buttons in the toolbar, my question is :

how i can detect from client javascript what button of toolbar has been clicked?

i have this code

function mngRequestStarted(ajaxManager, eventArgs) {
            if (eventArgs.EventTarget == "radGridCajas$ctl00$ctl02$ctl00$radToolBarAcciones") {               
                eventArgs.EnableAjax = false;
            }
        }

but this code only detect when any button of toolbar has clicked




Shinu
Top achievements
Rank 2
 answered on 15 Sep 2008
2 answers
158 views

When creating a resource header template on the ASPX page, how do you access the template on the server-side?  For instance, I have the below in my ASPX page:

                        <ResourceHeaderTemplate>

                            <asp:Label ID="lblResName" runat="server" Text='<%# Eval("Text") %>' ></asp:Label>

                        </ResourceHeaderTemplate>

I would like to format the “text” of my resources by setting the CSSClass of the label server-side.

T. Tsonev
Telerik team
 answered on 15 Sep 2008
1 answer
170 views
Update: 
I took the files I needed from the site that did not work with the controls and moved them into a site that does.  I don't understand what happened, but at least can move forward now.  I'd still be interested to know what happened if anybody knows of this kind of issue.

Hi, I am hoping you can help.  I downloaded the trial version of your controls this past week.  I have installed the RadControls onto my computer (AJAX version). 

If I create a new website, the controls are visible.  If I open my existing website, the controls are not available.  The Group exists, but says there are no usable controls when viewing an aspx page.

I thought maybe something in the web.config might contribute, so I replaced my original web.config with the web.config that was created when creating the new website.  No luck.

I am using Visual Studio 2008 on Windows Vista.

Any help would be much appreciated.

-Stephen

PS.
I just opened another of my sites and the controls are visible, so there must be something wrong with the site I initially opened.  If anyone has any clues or has run into this before, I'd be glad for a tip.
Sebastian
Telerik team
 answered on 15 Sep 2008
1 answer
172 views
Hi,
I don't think the editor can do this but I have to ask!
Is it possible to upload an image to external url? And of course get uploaded images from the same url.

I explain why:
We have a number of customers that admin their website through an interface on our website.
They log in to a customer area on our website and can then do stuff with their site, like upload images and documents.
And when they uploads an image our current editor (XStandard) uses a webservice and uploads the image to the customers websites image directory.
After that when the customer wants to add an image to a page he browse (just like your editor) but the browser gets the images through the webservice from the customers website.

This is a fantastic feature they have and we cannot change the editor to yours until this can be done.

So:
Is this possible to make through what you call "modules" in the editor or in a another way?

If not, you should really look at XStandards editor which I rank the best editor  available and maybe you can implement it in a future version! :)
http://www.xstandard.com
 
Rumen
Telerik team
 answered on 15 Sep 2008
1 answer
103 views

Hi,

I am posting this problem for the 3rd time, since i didn't get any reply to this at all.
My problem is that in edit mode, when the text length is more in an item in griddropdown column , for example, imagine the dropdown contains a text say 'Discrepancy Hours found'. which has 3 words in it. Now this text is wrapped or cut into 3 lines when displayed inside the dropdown in edit mode. This is fine for me. But when i move the cursor to select this long text item from the dropdown, only the first line, ie: the text 'Discrepancy' is highlighted instead of the entire word 'Discrepancy Hours found'.
How can i solve this so that i need to highlight the entire text instead of only the first word.

Regards

Jack

Daniel
Telerik team
 answered on 15 Sep 2008
2 answers
121 views
Hi, I have a RadGrid with a popup edit form (type template).  In the edit form I have ajax controls such as a CalendarExtender, ListSearchExtender and MaskedEditExtenders. 

If I use a telerik:RadScriptManager on the page I get a runtime error 'Object expected' when the form is selected however if I replace the telerik:RadScriptManager with a asp:ScriptManager then everything works OK.

cheers
Martin
Konstantin Petkov
Telerik team
 answered on 15 Sep 2008
2 answers
174 views
I am trying to reduce bandwidth and bind times by setting the following: DataSourcePersistenceMode=NoPersistence,  AllowPageing=true, PageSize=50.

1) Are there any other options that I can use to tune the performance of my RadGrid?

2) Do you offer minified (by running it through the YUI compressor) versions of your JavaScript and CSS?

Thanks in advance.
Dimo
Telerik team
 answered on 15 Sep 2008
1 answer
80 views
Hi,

           I created dynamic grid and sorting working fine. I want to sort column accending and decendig. What is happening in my page, when i click first time it is sorting ascending order with little image, second time decending order with little image, third time its sorting the Button Column on the grid with asceding and no image. But i want to sort the column which i am clicking....

          Can you please help me to fix this issue?

Thanks in advance
Ravi
Shinu
Top achievements
Rank 2
 answered on 15 Sep 2008
3 answers
184 views
private   void   radgrid_Notices_ItemDataBound(object   sender,   Telerik.WebControls.GridItemEventArgs   e)  
  {  
  if(e.Item.ItemType==Telerik.WebControls.GridItemType.Item||e.Item.ItemType==Telerik.WebControls.GridItemType.AlternatingItem)  
  {   
    e.Item.Cells[6].Text="<a href=Detail.aspx>" + e.Item.Cells[6].Text + "</a>";
  }   
  }   
 
Why I can not get  the data of "e.Item.Cells[6].Text"  in ItemDataBound? 
 How can I get the date of "e.Item.Cells[6].Text" in ItemDataBound?
Thank you !
Shinu
Top achievements
Rank 2
 answered on 15 Sep 2008
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?