Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
189 views
Hi team,

I am showing year wise population growth in the pie chart. I am getting Growth % value as toolltip while mouse over on the sector/region of the piechart. Can i get Year:2001(Coresponding year) and Growth(%): Please find attachment and give replay as soon as possible.
Marin Bratanov
Telerik team
 answered on 13 Sep 2012
1 answer
86 views
In a RadComboBox I can override the PerformSelect() method to catch the exception when a value to be selected is not in the list.
In a GridDropDownColumn I can't override this method as it doesn't exist. All I could do is call GetTextFromInnerList and if the returned value is an empty string, I know that the value does not exist and I could manage that.

I can I deal with the following:

I have a databound grid. Some DropdownColumns reference a lookup list, e.g. Colors:
  • Green
  • Yellow
  • Blue

Now my databound datasource for the column contains "Blue", hence blue is selected. So far so good. Now someone changes the naming of colors and I have "BlueXXX" instead of Blue in my values for the dropdown column. The databound value for the column remains at Blue.

The dropdown column now only displays an empty string instead of the value from the database: "Blue" (even though "Blue" doesn't exist anymore in the datasource).

How can I e.g. Display the value "Blue" when in View mode and in Edit mode return an error - or don't allow to save the custom value "Blue" as it is not a valid selection anymore (BlueXXX would be valid now).

Tsvetoslav
Telerik team
 answered on 13 Sep 2012
2 answers
70 views
We're trying to conserve horizontal space in our displays. Is there a way to have the in-place edit command links (Insert, Cancel) be listed vertically instead of horizontally?
Jay
Top achievements
Rank 3
Iron
Iron
Veteran
 answered on 13 Sep 2012
15 answers
313 views
When I run spell checker from my web server I get the following error:
I've tried to search the forum for the same error type but have come up empty handed. If anyone can shed some light on my issue i'd really appreciate it.

Spell Check Handler Server Error:500
<html>
<head>
<title>Runtime Error</title>
<style>
body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black;}
p
{font-family:"Verdana";font-weight:normal;color:black;margin-top:-5px}
b{font-family:"Verdana";font-weightLbold,color:black;margin-top:-5px}
H1{
font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon}
pre{font-family:"LucidaConsole";font-size:.9em}
.marker{font-weight:bold;color:black;text-decoration:none;}
.version{color:gray;}
.error{margin-botton:10px;}
.expandable{text-decoration:unerline;font-weight:bold;
color:navy;curson:hand;}
</style>
<head>
 
<body bgcolor="white">
 
<span><H1>Server Error in'/'Application.<hr width=100%
size=1 color=silver></H1>
 
<h2> <i>Runtime Error</i></h2></span>
 
<font face="Arial,Helvetica, Geneva, SunSans-Regular,sans-serif">
 
<b>Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons).It could, however,be viewed by browsers running on the local server machine.
<br><br>
 
<b>Details:</b>To enable the details of this specific error message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tab should then have its "mode"attribute set to &qyot;Off".<br><br>
 
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
 
<!-- Web...

Rumen
Telerik team
 answered on 13 Sep 2012
1 answer
88 views
Hi,

I am using Telegrik grid control in asp.net and using GridBoundColumn for DateTime data type as given below:

<

 

telerik:GridBoundColumn DataField="ChangedOnDate"

 

 

DataFormatString="{0:dd MMM yyyy}" HeaderText="When"

 

 

SortExpression="ChangedOnDate" UniqueName="When" DataType="System.DateTime"

 

 

meta:resourcekey="GridBoundColumnWhen">

 

 

</telerik:GridBoundColumn>

The filter expression "EqualsTo" does not work for the date field. I need urgent help.

Please share your thought/solution.

Thanks,
Rajesh

 

Milena
Telerik team
 answered on 13 Sep 2012
6 answers
361 views
Hi,

I want to do some coding on OnClientCloseHandler event of a RadWindow.
 I added a RadWindowManager and dynamically added RadWindow and how can code against the OnClientCloseHandler event of  RadWindow .
Please provide a solution.

Thanks for any assistance
Abhi
Top achievements
Rank 1
 answered on 13 Sep 2012
1 answer
68 views
hi team,

i want to highlight the current date in weekview... as like outlook calendar ..


is it possible?
Princy
Top achievements
Rank 2
 answered on 13 Sep 2012
1 answer
148 views
We sporadically have a problem when using the RadEditor where a user clicks on the ImageManager button, and when the image manager opens the entire window is greyed out and there is no path information displayed, rendering the window unusable.  Attempts to close and re-open the image manager usually result in the same result at this point (presumably because something is being cached?).  Our setup isn't very complicated, Each of our clients has their own unique folder that they upload images / documents / templates into, and we specify this in the code behind like this:

EMailContentEditor.ImageManager.UploadPaths = new[] { string.Format("/ImageLibrary/account{0}/images", p_AccountId) };
EMailContentEditor.ImageManager.DeletePaths = new[] { string.Format("/ImageLibrary/account{0}/images", p_AccountId) };
EMailContentEditor.ImageManager.ViewPaths = new[] { string.Format("/ImageLibrary/account{0}/images", p_AccountId) };

We do run multiple web servers and /ImageLibrary is virtual directory in IIS that points to a shared NAS. 

What i'm trying to find out is how i can find out more information about why these sporadic connection attempts are failing.  I've also contacted my data center to see if there are any kind of connection logs associated with our NAS that could show the error.  But i'd like to know is there an exception that is thrown or could be trapped when this error happens, or any way that i could force the RadEditor to retry the connection when it doesn't connect the first time?  We've been using this solution for a number of years now and it's always worked fine.  Lately i seem to be hearing more and more complaints about it, however in the grand scheme of things we're probably only talking a fraction of a %.

Any help or ideas you can provide are most appreciated.  We are using version 2012.2.619.40 in production and will be upgrading to 2012.2.815.40 in the next 2 weeks.

Regards,
-Mark
Vessy
Telerik team
 answered on 13 Sep 2012
1 answer
49 views
Hello

 See the following demo link

http://demos.telerik.com/aspnet-ajax/scheduler/examples/export/defaultcs.aspx

In this case in month tab. we can easily drag and drop the exam. I don't want to drag and drop option in case MONTH ..

How to disable the drag and drop in case of Month


Thanks
Regards
Rahul
Princy
Top achievements
Rank 2
 answered on 13 Sep 2012
2 answers
79 views
is there a sparkline chart for asp.net ajax grid? I see there is some mention of it in silverlight.

Thanks,
Marty
moegal
Top achievements
Rank 1
 answered on 13 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?