Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
185 views
Hi there,

I use RadMenu to my website and it works very well. Now I notice that when I add more menu items to main menu line, they will go to second line. I know it's because I fix the width of the radmenu. The problem is that if I could set width - horizontal scrolling property at main menu level? Cause I don't wanna some of the menu items go to second line.

Any idea about that? Thanks ahead for any help!

Sally 
Sally
Top achievements
Rank 1
 answered on 23 Apr 2009
1 answer
80 views

My RADCombobox has two members.

When I select the button to open the combo box, there is only a small window/drop down. Two see the 2nd member, I have to scroll down. To get an idea of what I mean, I have attached a screenshot.

http://img26.imageshack.us/img26/4326/comboboxissue.png

Thanks

Shinu
Top achievements
Rank 2
 answered on 23 Apr 2009
1 answer
157 views
Hi,
is  it possible to hide the dropdown image of combobox to look like a textbox. I am using Vista skin.

Thanks
Shinu
Top achievements
Rank 2
 answered on 23 Apr 2009
1 answer
116 views
Hi. I'm trying to set a filter expression on a GridHyperLinkColumn in my codebehind. From what I've read, this isn't possible. Here is part of my code:

                fStr = Request.Params["firstName"];
                lStr = Request.Params["lastName"];
                rgPeople.MasterTableView.FilterExpression = "([firstName] LIKE '%" + fStr + "%') ";
                GridHyperLinkColumn column = rgPeople.MasterTableView.GetColumnSafe("firstname");
                column.CurrentFilterFunction = GridKnownFunction.Contains;
                column.CurrentFilterValue = fStr;
                rgPeople.MasterTableView.Rebind();

I understand they are two different types, and casting doesn't work either. It works on GridColumn fine. Is there a work around for this?

Daniel
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 22 Apr 2009
6 answers
141 views
I have a self referencing hierarchy that currently goes three levels deep (could be more in the future though). Whenever a specific column ("override") is equal to true the row highlights to a new background color to make it stand out. What I need is for the parent row(s) (all the way up to the top view) to also highlight should a child record have that value set to true as well. This is so the end user knows either the row itself is overridden or a child entry is overridden.

Suggestions?

Edit: I forgot to mention that I have tried using the "HideExpandColumnRecursive" function to do this, the DetailTableBinding event, and looping through the grid items (to expose NestedTableViews) but it seems like any object that can access the data in the cell can't talk to its parent or vice versa.
Scott Salyer
Top achievements
Rank 1
 answered on 22 Apr 2009
4 answers
201 views
HI,

We use a Telerick.WebControls.RadTreeview, with context menu load with a xml file but in Telerik.Web.UI.RadTreeView don`t find this funcionality this is the code used:

<

radt:RadTreeView ID="MenuArbol" runat="server"

 

 

ContextMenuContentFile="treeContextMenus.xml" Height="100%" ImagesBaseDir="~/Images/MenuArbol/"

 

 

LicenseFile="~/Menu/MenuArbol/RadControls/LicenseFile.xml"

 

 

RadControlsDir="~/Menu/MenuArbol/RadControls/" Skin="ExampleSkins/ContextMenu"

 

 

SkinsPath="~/Menu/MenuArbol/RadControls/TreeView/Skins" Width="100%"

 

 

OnNodeContextClick="MenuArbol_NodeContextClick"

 

 

OnNodeExpand="MenuArbol_NodeExpand"

 

 

LoadingMessage="(cargando ...)" AutoPostBack="True" OnNodeClick="MenuArbol_NodeClick" AppendDataBoundNodes="True" >

 

 

</radt:RadTreeView>

 


This treeview don´t appear in the web server but appear in developer machine.

Please help us to resolve this.

Thanks
Yolanda
Top achievements
Rank 1
 answered on 22 Apr 2009
1 answer
105 views
By default the time picker has times increasing horizontally. I find this unintuitive. Is there any way to re-orient the times so that they increase downward, then flip to the next column?
Daniel
Telerik team
 answered on 22 Apr 2009
5 answers
525 views
I have a grid - basic hierachy. 

Why I expand a column to open up the details table, what event fires?

I'd like to change some of the detailstable column upon expanding.

Thanks,

Forest

Daniel
Telerik team
 answered on 22 Apr 2009
1 answer
133 views
I am having an issue with loading the RadComboBox.  It gives me the error  "Could not load file or assembly..."  I have already removed the assembly from my bin and manually added it back.  I am not having issues with RadTextBox.  Many of the other controls also have the same Assembly issue.

Atanas Korchev
Telerik team
 answered on 22 Apr 2009
1 answer
105 views
Hello,
This was working before last Q1 409.
I use 2 treeviews on same page, when I select one node on left, I fill right TV with corresponding data.
Using Skin Hay, treeview bakground is transparent, but after my java callback background get grey just under the treeview box.
Same result when I transfer one node from left TV to right one, having a call back on drop.

This is under IE7, under FF3 no pb.

Seems like a bug ???

CS
Atanas Korchev
Telerik team
 answered on 22 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?