Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
243 views
Hi All,

              We would like to make a simple chart control with no x axis and y axis. (I have the pic of that but did not find a link to upload the same in this forum). My chart is very simple. It should not have any x axis or y axis. it is an horizontal bar. at the begining of the horizontal bar there should be some text. The lowest number should be inside the bar at the starting and the highest number should be there at the end of the bar. There need not be any other text inside the bar. The Fill inside the bar should be of gradient effect.All this is to be developed at runtime through C#. Kindly help us generating this kind of bar chart using Telerik Rad Charts.

It would even help if you ask us a few questions or point us where we should be looking?

Thanks,
BMW

Ves
Telerik team
 answered on 05 Feb 2009
1 answer
103 views
Hi,
I am working on a project which should be strictly 508 complaint.I am using Telerik RadControls for asp.net Ajax.If I use a RadWindow with my Reminder user control , when the CSS is disabled through Accessibility toolbar, the RadWindow whows the following code

Is there any way that disabling CSS of RadWindow does'nt show this code to user.

Thanks
Georgi Tunev
Telerik team
 answered on 05 Feb 2009
1 answer
77 views
I looked at other post but could not find precisely what I was looking for.

I have RadDatePicker on my page. 

<

 

telerik:RadDatePicker ID="txtDateExpires" runat="server" Skin="WebBlue" Font-Names="Arial" Font-Size="8pt" AllowEmpty="true">

 

 

<DateInput LabelCssClass="radLabelCss_WebBlue" Skin="WebBlue">

 

 

<ClientEvents OnFocus="ShowDatePopup2" />

 

 

</DateInput>

 

 

<Calendar Skin="WebBlue">

 

 

</Calendar>

 

 

<DatePopupButton CssClass="radPopupImage_WebBlue" />

 

 

</telerik:RadDatePicker>

All I need to show no date in this field. I tried setting MinDate property but it shows some date ( either 1/1/1980 or mindate I had chosen). How can show "NO" date in this control ? Please suggest.

 

Princy
Top achievements
Rank 2
 answered on 05 Feb 2009
1 answer
94 views
Hey all,

I'm trying to get this working with ASP.NET AJAX 3.5 and am having a heck of a time.  The error I'm currently getting is:

Exception Details: System.InvalidCastException: Unable to cast object of type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection' to type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'.

This looks like it should be a problem with dependent assembly binding redirects, but as far as I can tell I have them all in there and I've checked, double-checked, and triple-checked that I set everything up correctly and am lost as to why I'm getting this error.

I put a copy of my web.config file on my personal server at:
    http://www.andora.us/SPTelerikHelp/webconfig.xml

On my master page, I added two lines of code:
  
At the top:

 

On my master page, I added two lines of code:  

<%@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" %>

 

 

 

Just under the opening <FORM> tag:

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
 

 

 

 

 

 

 

Any help would be great, thanks!!

Greg Andora

Stanimir
Telerik team
 answered on 05 Feb 2009
1 answer
101 views
I have asp.net AJAX on my server, but I get an error when looking at the TreeView. The server has asp.net 2.0 on it:
http://www.visbuildertest.com/telerik-AJAX/Live%20Demos/TreeView/Examples/Functionality/ContextMenu/DefaultCS.aspx.cs

Suggestions.

Also, if anyone is interested in a outsourcing, depending on the price I might consider outsourcing this to someone. What I need is a treeview that is created automatically based on a folder and their subfolders. Basically I have a folder/subfolders that have .pdf, .doc, and .xls files in it. I want to just build the tree view based off of that folder with links to each of the documents in the folders.

If you are interested send me a bid. - contact@silvergear.com
Atanas Korchev
Telerik team
 answered on 05 Feb 2009
3 answers
163 views
Hi,

I work with the Full RadEditor with Sharepoint (MOSS) version  5.3.1 (RadEditorMOSS_5_3_1_Dev).
 
I need use the MOSS hyperlink manager window, so we change the Hyperlink command name for "

<

 

tool name="MOSSLinkManager" shortcut="CTRL+K" />"

I fixed my first problem (AssetPickerConfig not defined) by copying the file AssetPickers.js in a new 1033 directory (http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/moss-specific-buttons-aren-t-working.aspx

But I have another javascript error when I click the hyperlink button: 'CurrentWebBaseUrl' is Null or not an Object.

Can you help me with this?

Thank.

Éric

Stanimir
Telerik team
 answered on 05 Feb 2009
1 answer
108 views
Hi,

Pretty simple question here, I guess. But somehow I just couldn't figure it out. I tried to follow the instructions in this turotial: http://www.telerik.com/help/aspnet/treeview/tree_usedatabindings.html. But the structure of my table is a bit diferent. (see next link)

I have an ObjectDatasource, which uses an WebService. When I insert a simple ASP Gridview, I get the folowing table.
http://img156.imageshack.us/img156/1176/afbeelding3wh3.png

So the structure is (for example)

Caseno 1 - Level1no A
Caseno 1 - Level1no B
Caseno 2 - Level1no A
Caseno 2 - Level1no C
Caseno 2 - Level1no D
Caseno 3 - Level1no E

What I want, is too have a treeview with al the unique caseno's as parent Nodes and the Level1No's as child nodes.
Like this:

Caseno 1
-Level1no A
-Level1no B
Caseno 2
-Level1no A
-Level1no C
-Level1no D
Caseno 3
-Level1no E

Is that possible with this structure? I tried to fill the DatafieldID with ID, and the DatafieldParentID with Caseno, but this seems to go wrong (treeview not visisble at all).

Any ideas?

Thanks,
Nick



Atanas Korchev
Telerik team
 answered on 05 Feb 2009
1 answer
138 views
I tried adding a Rad Combo box within a template column of a Rad Grid. But the height of the rad combobox is not set to the height of the rad grid row. It overflows to the next row of the grid. Is there any property that can be set to the rad combobox so that it can adjust to the height of the rad grid?
Sebastian
Telerik team
 answered on 05 Feb 2009
1 answer
85 views
Hi,

I am using 5.3.1.0 Radeditor control.
How can I change the tooltip text for MOSSLinkManager icon in toolbar.

Thanks,
Shailendra
Stanimir
Telerik team
 answered on 05 Feb 2009
1 answer
140 views
I have a simple Treeview that pulls it's content from a SQL Database All works fine in this area. When I click on a node I want it's content to show in a radpane located on the same page I can't seem to get this to work it keeps opening up in a _Blank page how do I set the target to be my content pane. I use VB.net
Princy
Top achievements
Rank 2
 answered on 05 Feb 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?