Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
296 views

Hi,

I have created the dash board page, using telerik charts

Telerik version : RadControls for ASPNET AJAX Q1 2008
 and visual studio 2008 / sqlserver.

I have 10 user controls having charts.
In the dash board page I am creating the zones and dock controls runtime and inside dock

control, binding the user controls.

Now when i moved to the dash board page it calls all the 10 stored proc to bind the  charts

which is in usercontrol one by one and display the dashboard page simultaneously.

What i want is to call all the 10 stored proc simultaneously and display that one by one as

loaded.
Like igogle they load the dashboard page and uses the loading image to the items which takes

time to load.

can any body help me.

Ves
Telerik team
 answered on 05 Sep 2008
2 answers
91 views
I've asked about old version & new version compatibility before. Please see link:
http://www.telerik.com/community/forums/thread/b311D-bkgtck.aspx

We are using the old & new version controls in one project and it seems to work well. But I have a new concern about the skin and scripts:
In 2007 Q1, we need to copy the folder RadControls to the root of the web application, which contains all the skin and scripts files. In 2008 Q2, we are not asked to copy any folder and it works fine. But how about we want to deploy this project to other machine? Do we need to copy any skin & script folder for 2008 Q2 to work properly? Will this folder effect 2007 Q1's function?

Thanks

Darren L.
Daniel
Telerik team
 answered on 05 Sep 2008
1 answer
132 views
1.  Can you bind the editor to a text based database field?

2.  I've been having problems getting the editor to work bound to a database field so I decided to play around with a plain text box and the spell check button.  I set the control to check property to the ID of my text box.  Spell check pops up when I test along with a dialog box that says "spell check is complete".  But it didn't do anything.  :)
Rumen
Telerik team
 answered on 05 Sep 2008
2 answers
110 views
Hi all,$0$0$0$0I have been trying to get this to work with little success.$0$0$0$0$0I am using the following JavaScript code to change the icon for a specific node when the state of that node has been changed on the server. $0$0$0$0$0$0 <script type="text/javascript" language="javascript">$0$0 function SetNode(guid, img)$0$0 {$0$0 var treeControl = $find(treeControlID);$0$0$0 var node = treeControl.findNodeByValue(guid);$0$0$0 node.set_imageUrl = img;$0$0 }$0$0$0 </script>$0$0$0$0$0This script runs but the icon for the node does not change.$0$0$0$0$0I have debugged this and found out that node.set_imageUrl = img just creates a new attribute to the node element called set_imageUrl with the value of the img variable and does not actually call the method.$0$0$0$0$0Is there something I am doing wrong here?$0$0$0$0$0Thanks,$0$0$0$0$0Dwight$0$0
Dwight
Top achievements
Rank 1
 answered on 05 Sep 2008
3 answers
101 views
hello,

i am facing some problem in RadEditor.

this is my editor markup code:

  <telerik:RadEditor ID="editor1" runat="server" Height="260px" Skin="Outlook"
                                ToolsFile="EditorsTools.xml" Width="416px" ToolbarMode="ShowOnFocus">
                            </telerik:RadEditor>

i have showing two EditModes, Design and Html.

In IE when i scroll my page then radeditor also move downward.

2nd problem in IE is that when i  click on any edit mode(Design, Html) then content area moves downward means its height increases.

Problem in firefox is that EditModes(design, html) are not visible.

any solution please.
Rumen
Telerik team
 answered on 05 Sep 2008
7 answers
862 views
Hi telerik,

I have some trouble finding the properties inside the r.a.d.grid designer for changing the text values for the Edit, Insert and Update buttons when I am in (InPlace) edit-mode.

I've found the ones under EditFormSettings --> EditColumn, but that didn't change the values when editing inside a row?

Am I missing something or do I have to do this in code?

Greetings,
Daniel
Sacha Rice
Top achievements
Rank 1
 answered on 05 Sep 2008
2 answers
78 views
Hi there,

I'm trying to use the Manager dialogs (e.g. Image Manager, etc.) independently of the RadEditor control.

For instance, let's say I have the following on an HTML page (not .aspx).
<input type="button" value="Upload Image" onclick="uploadImage()"/>

Clicking the button would bring up the Image Manager dialog.  Then I'd be able to make use of Image Manager's built-in file managing utilities without having to put the whole RadEditor control on my page.

Can this be done?  I have already purchased a developer license, so if I need to do this in conjunction with another Rad control (like the window), I can do that.

Thanks for any help!

Thomas.
Thomas
Top achievements
Rank 1
 answered on 05 Sep 2008
2 answers
189 views

Good Day,

I have been attempting to implement the RadTreeView with a Context Menu. When I implement the Context Menu, I get a javascript error. (_onSubmitStatementError is null or undefined)

If I switched my "ScriptManager.EnablePartialRendering = false" as per the following forum entry. (http://www.telerik.com/community/forums/thread/b311D-bdkeam.aspx) However, if there is another technology installed to the page that enables the script manager for me, versus me doing so, then the EnablePartialRenderingis set to true, and then the error returns.

I need some way to work around the EnablePartialRendering as I can't guarantee that I can control it.

Thank you.


If it helps here is the code I use to setup the menu.

RadMenuItem menuItem = new RadMenuItem();

myContextMenu.ID =

"contextMenu1";

menuItem.Text =

"show me a menu";

myContextMenu.Items.Add(menuItem);

MyRadTree.ContextMenus.Add(myContextMenu);

This occurs after the CreateChild Controls (Control.Add(RadTreeView)) is completed. The tree is populated before the above code is executed, however I have tried to enable this before as well.

Not all nodes are enabled to support context menu through the (EnableContextMenu).

No ID is specified in the node for the contextmenuid to run so it should run the first one, however, I have tried assigning one to them as well.

Adam Macaulay
Top achievements
Rank 1
 answered on 05 Sep 2008
4 answers
159 views
Hi,

I have a tab control with grids in each tab.  I also have required field validators for certain fields.  I have a global button for all the tabs, it collects data once.  When I click this button then nothing fires.

Please help.

Brendan
Rosen
Telerik team
 answered on 05 Sep 2008
2 answers
79 views
Hi all,

A little problem here.  How it should: Dropdown values displays "Fish" and "Water".  Upon selection, the combobox should display either "F" or "W".
The following code works correctly in Firefox.  In IE7, the dropdown is correct but the display is not.
<telerik:RadComboBox ID="Entity" runat="server" MarkFirstMatch="true" Width="50px" 
         TabIndex="1" AutoPostBack="false" DropDownWidth="70px" MaxLength="1" 
         EnableLoadOnDemand="false" 
         Height="50px" AllowCustomText="false" ShowMoreResultsBox="False"  
         HighlightTemplatedItems="true"
         <ItemTemplate> 
            <div> 
               <%#DataBinder.Eval(Container, "Text")%> 
             </div> 
         </ItemTemplate> 
         <Items> 
            <telerik:RadComboBoxItem runat="server" Text="Fish" Value="F" /> 
            <telerik:RadComboBoxItem runat="server" Text="Water" Value="W" /> 
          </Items> 
</telerik:RadComboBox> 

Thanks,
Khanh
Veselin Vasilev
Telerik team
 answered on 05 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?