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

Would it be possible to implement selective drill down on RadChart?  Say, only certain chart items have sub-data behind it, while others don't.  I would like to "disable" the click event for those that don't.  Is this possible?

Thanks.


Evgenia
Telerik team
 answered on 24 Dec 2012
1 answer
56 views
Hi
I have a dynamically added UserControl inside my RadTreeView. During a serverside event, I need to get the control to extract the data inside, but I cannot seem to find the control. The binding is executed both on post and postback.

This is the binding of the control:
foreach (Event item in eventList)
{
    RadTreeNode rootNode = new RadTreeNode(item.Name, item.Id.ToString());
    rootNode.Expanded = true;
    RadTreeNode childNode = new RadTreeNode();
 
    ActorNode actorNode = (ActorNode)LoadControl("ComponentControls/ActorNode.ascx");
    actorNode.ID = ACTOR_NODE_ID + item.Id;
 
    List<Actor> actorList = Actor.GetActorList(item.Id);
    List<MunicipalityActor> munActorList = MunicipalityActor.GetMunActorList(MunCode);
 
    actorNode.InitializeControl(municipalityActorList, actorList);
 
    childNode.Controls.Add(actorNode);
    rootNode.Nodes.Add(childNode);
 
    RadTreeView_Actors.Nodes.Add(rootNode);
}

This is the serverside event, where I am trying to get hold of the data...
foreach (RadTreeNode rootNode in RadTreeView_Actors.Nodes)
{
    Control control = rootNode.Nodes[0].FindControl(ACTOR_NODE_ID + rootNode.Value);
}

Is the control-id not what i set it to?

Bozhidar
Telerik team
 answered on 24 Dec 2012
5 answers
286 views
for the example listed here http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/autogeneratedhierarchy/defaultcs.aspx

I want to hide a column in child table from code behind .. for example if I wanted to hide the order_ID in the child view how would I do that from code behind when the grid has been created programtically.
Eyup
Telerik team
 answered on 24 Dec 2012
1 answer
43 views
hi
i want to visible or invisible a radpane with javascript in my app.
but not working by collapse and expand well.
if there are a different method please help me.
Princy
Top achievements
Rank 2
 answered on 24 Dec 2012
7 answers
529 views
Hello,

I have a master page and a content page.
Is it possible to have a RadAjaxPanel on a master page and a RadAjaxManger on a content page?

Greetings,
Willem Vissser
Eyup
Telerik team
 answered on 24 Dec 2012
3 answers
62 views
While export to PDF from radgrid, it displays FALSE below header, its is due to Allow Filtering Check box column value. If i set AllowFiltering=False; then it doesn't display FALSE. But i need Allow filtering as True.
I have attached an image. How to remove False below header?
Princy
Top achievements
Rank 2
 answered on 24 Dec 2012
1 answer
73 views
Hi, I have the list of records I want to display just in the grid view column as the label or text. But when the users goes for edit or add new I want to display some columns in dropdown or combo box. Please help me if someone already have done this scenario.

I don't want to display in comboBox from the loading of the grid since it takes un-necessary resources on loading all the records for each column in each cells.

thanks
Shinu
Top achievements
Rank 2
 answered on 24 Dec 2012
2 answers
68 views
Hello,

I like this control! A question about a minor issue: I noticed that the build in buttons render (see attachment) even though I've configured custom buttons to be used (working perfectly by the way). Can I prevent those build in buttons from being rendered? It's sort of a waste to have them in the HTML if not being used.
Arno
Top achievements
Rank 2
 answered on 23 Dec 2012
2 answers
46 views
I need an event that triggers server side when a view changes?  Is this possible?

Thanks,

Marty
moegal
Top achievements
Rank 1
 answered on 22 Dec 2012
5 answers
154 views
I am attempting to use the RadDock with a responsive layout.  In general, the Dock is working extremely well and solving some issues in a responsive design, however I am having one problem with the display of the control.

I have attached two different screen captures that show the issue.  When you look at them you will see a line of inadvertent corners (or something) that are displayed.  It does not matter if I use one dock control or two.  The selection of the skin does not matter.

The RadDock does not do this when it is used outside of the responsive layout, however that really is one of the major directions today and I would think the results shown in the screen captures would be undesirable.

Does anyone know of any way to eliminate these visual problems?

Thanks in advance!

Lynn
Lynn
Top achievements
Rank 2
 answered on 22 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Iron
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
Shawn
Top achievements
Rank 1
Iron
Javier
Top achievements
Rank 1
Iron
Jean-François
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Iron
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
Shawn
Top achievements
Rank 1
Iron
Javier
Top achievements
Rank 1
Iron
Jean-François
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?