Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
153 views
I know there are about a million of articles on the JS 'Sys' is Unidentified problem, but they all seem to require manually fixing the web.config file. Is there a better way to fix this (i.e. configurations, properties, etc.)?

I'm running IIS 6, Visual Studio 2005 (VS 2008 if needed), IE7, and .NET 3.5 SP1. I've installed the Microsoft SQL Server 2005 and Microsoft ASP.NET 2.0 AJAX Extensions.

I'm sure there is a way out there, but does anybody know it?
Daniel
Telerik team
 answered on 27 Aug 2008
2 answers
154 views
Hello All, forgive me if I haven't looked around enough, but where are the quarterly releases/service packs located? I've recently taken over application development with rad controls from someone who left our company and am still finding my way around this site. The newest release contains the RadChart group name format fix I need. I don't see any Updates/Service Packs links jumping out at me.

Thanks,
Ben
Ben
Top achievements
Rank 1
 answered on 27 Aug 2008
2 answers
181 views
I am attempting to reduce the indent of nodes in my treeview control. So far :

.RadTreeView_Xerox .rtLines .rtFirst .rtUL
{
padding-left:2px;
margin-left:2px;
}

.RadTreeView_Xerox .rtLines .rtLast .rtUL
{
padding-left:2px;
margin-left:2px;
}

appears to reduce the indent on the first and last nodes. I am however unsure how to reduce the indent on all the nodes in between. How would I do this? Should I be applying these styles to a different class. (Note: my skin is based on the 'Default' TreeView Skin)

Kind Regards

Michael Finch
Top achievements
Rank 1
 answered on 27 Aug 2008
4 answers
123 views
Hello,
I have the following problem:
I am using a treeview with loadondemand. I have to create javascript-links, which expand the treeview at specific nodes. This works if the nodes have already been openen and closed again. Then the nodes have been added to the treeview and open correctly with findnodebyvalue()... But when the nodes haven't been loaded before, they are not found in the treeview. In this case i call an async webmethod, to load this missing nodes up to the targetnode. I have the xml-subtree on the serverside, create appropriate radtreenodes. But how can I update the Tree and insert these radtreenodes? How can I transfer the radtreenodes to the clientside?
Can you help me please?

Thank you very much
Christian
Veselin Vasilev
Telerik team
 answered on 27 Aug 2008
1 answer
79 views
Hi all

We have a PanelBar with some nested treeviews which are created programmatically, i.e. at runtime in the code behind. The items in the PanelBar are dynamically created as well. Unfortunately when a postback occurs, the TreeViews just disappear.
The code of Page_Load is basically:
     if (!IsPostBack)
            {
                BuildNavigation();
            }
The result of calling BuildNavigation() also in a postback would be that the PanelBarItems appear twice, so this is not the solution.

How can I make shure that the TreeViews are generated also in the postback?
Thank you!
Veselin Vasilev
Telerik team
 answered on 27 Aug 2008
4 answers
215 views
I just want to return a simple string from the rad window to the calling page when the window closes. 

Thanks
Acadia
Top achievements
Rank 1
Iron
 answered on 27 Aug 2008
3 answers
256 views
Hi ,
           I am developing a webpart which contains the Telerik RadComboBox. One of the requirements is that if user changes something in the combobox either by selecting from the list or by typing something in the input box, I have to show a message on navigating away from the page. For capturing the change in the list items I am using the OnClientSelectedIndexChanged event. But I did not find any suitable event to capture the event where user changes something in the input of the combo by typing in something. Could you please suggest how to capture this scenario?

Hemangajit
Rosi
Telerik team
 answered on 27 Aug 2008
2 answers
117 views

What I am trying to do is using code behind add a root1 called "All Providers" then databind another datatable to make them childs of root1.

Code snippet:

RadTreeNode root1 = new RadTreeNode("All Providers");

RadTreeView1.Nodes.Add(root1);

RadTreeView1.AppendDataBoundItems =

true;

RadTreeView1.DataBind();

But what happens they al become roots in thier own right and do not appear as childs to root1.  I know there must be a way but cant find out how with the help file. 

Thanks for any help.

Veselin Vasilev
Telerik team
 answered on 27 Aug 2008
2 answers
128 views
I've inhereted a project using radMenu, and I need to get the database ID of the selected menu item. Is there a way?

Thanks
Jeff
Top achievements
Rank 1
 answered on 27 Aug 2008
2 answers
107 views
Hi!

I am creating my RadGrid entirely programmatically, no declarations in any ASPX-page.
My question concerns if it somehow is possible to bind properties of a certain column.
For instance, let's save I create a GridButtonColumn:
GridButtonColumn bc = new GridButtonColumn();
... // set up the column
bc.CommandName = DoMagicBindingToField("CommandNameColumn");
In this case, the button for each row in the grid would have a CommandName that comes from the CommandNameColumn-column in the datasource.

Is there anything like DoMagicBindingToField?
In other words, I would like to do something that corresponds to the following declaration in an ASPX-page:
<telerik:GridButtonColumn CommandName="<% eval("CommandNameColumn")">

I believe I can do this with template-columns, but that is not an option for my, I need to use GridButtonColumn.

Many thanks!
/Fredrik
Mikael
Top achievements
Rank 1
 answered on 27 Aug 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?