Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
85 views
How do the fields Account Key, Account Name, Blog container name map to fields in Azure management portal?  Where can I find this information? 
Peter Filipov
Telerik team
 answered on 03 Feb 2014
1 answer
75 views
Good afternoon,

today I updated all available extensions for Telerik Products.

After updating all the VSExtensions and updating to the latest product releases via the Telerik Control Panel VS2012 startup has slowed down to a crawl.
Using latest generation Intel SSDs the startup time for VS *before* applying all updates was below the 2 second mark, now after the updates it's close to if not beyond the 2 minute mark.

I am pretty confident that it is related to Telerik updates since I have not installed anything else between yesterday evening and this morning, and the first startup of VS2012 before the updates was speedy as usual.
I have ensured that I rebooted a few times, made sure it's not internet related ( monitoring traffic ), that no virus or rootkit etc. was magically installed while the machine was turned off, before I post this.

I, from a user perspective, point towards the installed updates and do wonder if there is anybody else in the same boat ( which turned from a speedboat to a leisure rowing boat propelled by my wife that is distracted by a women's purse on the shore ).

Regards,
Stephan

Dyanko
Telerik team
 answered on 03 Feb 2014
1 answer
242 views
How can we add a table legend above the Pie Chart along with the color, percentage name etc ..
Danail Vasilev
Telerik team
 answered on 03 Feb 2014
9 answers
261 views

Good afternoon,
I have switch statement where based on the value pop up error message.This is just plain message.I want something nice looking window on the server side.
Here is my coding in .cs file:

 

switch

 

 

(Flagout)

 

{

case

 

 

"F":

 

 

 

ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('Job issue.Please try again later.');", true);

 

 

 

break;

 

 

 

case "S":

 

 

 

ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('System error.Please try again later.');", true);

 

 

 

break;

 

case

 

 

"V":

 

 

 

ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('Security violation.You cannot approve this record.');", true);

 

 

 

break;

 

 

 

}
Please help me.
Thanks so much.

Marin Bratanov
Telerik team
 answered on 03 Feb 2014
1 answer
85 views
Hi,

I am using the latest version of Telerik's AJAX controls and I recently updated to IE 11. I have noticed that the AccessKey keyboard functionality has changed in IE 11. Pressing Alt + AccessKey will highlight a menu item, but will not open it. Also, if a menu item is highlighted, you can use the tab or arrow keys to highlight more than one item. The only way to open the menu item with the keyboard is to highlight an item and press the down arrow. This can easily be tested at the following demo: http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/keyboardsupport/defaultcs.aspx .

Thank you for looking into this.

John
Kate
Telerik team
 answered on 03 Feb 2014
1 answer
891 views
I need some of telerik component 
but I can't install them online and I need the msi installer of them 
please help me where can I find msi installer of telerik products
thanks
Missing User
 answered on 03 Feb 2014
5 answers
624 views
Hi

I have a tooltip which I would like to show when the user either hover the tooltip or clicks on it. It works fine when the user hover it. However if the user clicks on it, the tooltip doesn't show. My guess is that the click trigger some kind of hide event. Is there a way to show the ToolTip on both click and MouseOver?
Marin Bratanov
Telerik team
 answered on 03 Feb 2014
1 answer
114 views
Hi,

I have a page "A" that has  a radtoolbar with a button on it. In the code behind the buttons navigation url is populated as "b.apsx" So when the button is clicked it goes to b.aspx.  My b.aspx gets data from database and displays the user to save the data as Excel file. Basically the b.aspx file converts the contents to excel.

How can i show a message in Page "A" and hide it when the processing of page b.aspx is completed.


Thank you
-SV
Boyan Dimitrov
Telerik team
 answered on 03 Feb 2014
1 answer
65 views
Hi,
How to change the font color for no records to display?
Shinu
Top achievements
Rank 2
 answered on 03 Feb 2014
1 answer
125 views
Hello Friends,

    I want to rename document name those bind in fileexplorer's Grid
I have use anchor tag to make document  as link or hyper link you can see in below code

///////.cs  code//////

string lnkbutton = string.Format("<a href='" + filetmp.FullName + "' title='" + filetmp.Name + "' target='_blank'>" + filetmp.Name + "</a>");

files.Add(new Telerik.Web.UI.Widgets.FileItem(lnkbutton, filetmp.Extension, filetmp.Length, filetmp.FullName, filetmp.FullName, filetmp.Name, Telerik.Web.UI.Widgets.PathPermissions.Delete | Telerik.Web.UI.Widgets.PathPermissions.Read | | Telerik.Web.UI.Widgets.PathPermissions.Upload));
///////Other attributes-that  I have added in file/////////
                        files[i].Attributes.Add("DocumentCategory", bindDocList[0].DocumentCategory.ToString());
                        files[i].Attributes.Add("SequenceNumber", bindDocList[0].SequenceNumber.ToString());


you can see that I have use anchor tag "lnkbutton" in place of file name

/////issue/////
1)when I click on grid contextmenu rename link it show me full path of anchor tag in textbox I just want file name

 if file name is "46 1.png" then it display "<a href=..\KCMSDocuments\PbkCaseDocs\047121212\46 1.png' title='46 1.png' target='_blank'>46 1.png</a>"
but I want "46 1.png"

2)whan I go to thumbnail view and mouse hour on any file or document it display complete anchor tag in  but I want just file name

if I use file name in place of "lnkbutton" it will work but I want hyper link so I can click and download or open it

- I have attached image for more idea
Dobromir
Telerik team
 answered on 03 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?