Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
218 views
Hi,

how can I rename the columns when exporting the grid content?

Thank you

Andreas
Andreas N.
Top achievements
Rank 2
 answered on 26 Mar 2009
5 answers
492 views
My web site uses the Telerik Grid. The site code works perfectly on my unsecured webservers. However, when it's put on a secured server, I run into the following problem:

The link and script tag references to WebResource.axd have an incorrect href (or src) value:
<link href="/iLink/WebResource.axd?d=uvyg0lEHvdVutuaoo2LwYRzRjv037l4hYuYKa6mpQChmtUuj0NatJLGgOqrfypgB0&amp;t=633713242306327176" type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

Instead of iLink, the href should be /swh_us_win_s/iLink/WebResource.axd

I understand why its being generated incorrectly. The client talks to a proxy (https:..../swh_us_win_s/iLink) and the proxy redirects to the webserver (https:.../iLink). The webserver itself only knows about iLink, so if it's generating the path based on the server, iLink is what I'd expect. I've had to deal with this issue in the web app too. In the webapp, we set a web.config tag with the actual base url and then use it to generate the client side redirects, etc.

Anyone know a way to override what is being generated?
Atanas Korchev
Telerik team
 answered on 26 Mar 2009
1 answer
183 views
We are evaluating telerik and checking if telerik:RadMenu can be used as a tab control. We defined the "tab"s as top level horizontal menus and styled them accordingly. Everything seems to work fine but here the problem, we cannot show the currently selected tab. When the user click on the tab (top level menu) we are making an AJAX call and filling the "tab" below the menu according to the tab clicked. At this point the Tab (menu item) remains high lighted. So far so good. But as soon as you click in any edit control or anywhere on the page, the tab (top menu item) looses its high light (looses its rmFocused style), leaving user confused about which "tab" he is in.

My question is "Can RadMenu be used as tab control?". If yes, what style sheet changes I will need to make to keep the last selected menu high lighted. There is no post back happening for the menu in my code so menu is not getting re-initialized, that is why I am thinking this should be doable.

I tried rmExpanded rmClicked etc but no matter what I try I am not able to keep the Tab (top menu) highlighted.

Is there a dedicated tab control from Telerik that we need to use here instead?

Yana
Telerik team
 answered on 26 Mar 2009
9 answers
143 views
Hi,
Is there a way that I can change the orientation of the scheduler? Instead of displaying the hours from top to bottom in the left column, I like to display the hours in the top row from left to right
Atanas Korchev
Telerik team
 answered on 26 Mar 2009
1 answer
82 views
I'm using RadComboBox with EnableLoadOnDemand=True to implement custom server side filtering and it works fine. Initially, I'm prefilling the text area of some combos with SelectedValue property.

I'd like to detect when the user expands the combo with the arrow icon to show the complete content (doing no filtering). Here's an example.

Let's say I got a data list A, B, C, D, E, F. The combo is prefilled with SelectedValue=A. When the user expands the dropitem, the 

RadComboBoxItemsRequestedEventArgs.Text property in the ItemRequested handler will contain A and my custom filtering code will filter based on that text. In my case, it will show only A due to the exact match.

I'd like to know if the user just expanded the combo to avoid filtering; the combo would show A,B,C,D,E,F. Otherwise, I'm going to display only A. When the combo is expanded, it will be ok to filter the content as the user types in text.

How can I do that ?

Simon
Telerik team
 answered on 26 Mar 2009
1 answer
158 views

It's written in Help:
Return Value

A RadTreeNode whose Value property equals to the specified argument

Does it mean that this method finds a first node whose Value property equals to the specified argument? And what does mean  first?
How can I get all nodes whose Value property equals to the specified argument? If I must run over all nodes then method FindNodeByValue doesn't help me.
Evgeny

Yana
Telerik team
 answered on 26 Mar 2009
1 answer
62 views
I am using RadWindows for opening reports in dashboard.

I am having RadTreeView, I am dragging the treeview node and placing the radwindow in a panel for this I am using
function openDashboards(source, dest, e)
        {
          
            var oWnd = window.radopen(document.getElementById('NewWindowBox').value, null);
            oWnd.SetTitle("My Dashboards");
            return false;
        }
I am calling this function at treeview event i.e. BeforeClientDrop.

Now what I want to do, I want to generate my radwindows in a specific boundary i.e. all my radwindow should come in specific div or panel, and if I am dragging the radwindow out the div or panel, it won't allow!!!

Also suppose I click tile button in my form, then also all my radwindows will be tiled in specified div or panel...

At present the radwindow are coming in whole region of my window. Please help. Reply awaited.....

Thanks in advance!!!
Georgi Tunev
Telerik team
 answered on 26 Mar 2009
0 answers
43 views

 

 

Divyesh
Top achievements
Rank 1
 asked on 26 Mar 2009
1 answer
130 views
Hello

I have a DropDownList (DDL) which is also databound to a collection of data inside an EditItemTemplate.
When I click Add New Record, I need to set the DDL selectedValue to specifically.  I have read through http://www.telerik.com/help/aspnet-ajax/grdinsertingvaluesusercontrolformtemplate.html but I am having problems finding the DDL control progmatically.  Am I doing this the wrong way round or am I missing something in code please?

Thank you
R


 

<telerik:GridTemplateColumn HeaderText="Group" UniqueName="tcGroup">

 

 

<EditItemTemplate>

 

 

<asp:DropDownList ID="ddlGroupID" runat="server" DataSourceID="sdsVL_Groups" DataTextField="GroupID"

 

 

DataValueField="Name" SelectedValue='<%# Bind("GroupID_FK") %>' AppendDataBoundItems="true" >

 

 

<asp:ListItem Text ="" Value=""></asp:ListItem>

 

 

</asp:DropDownList>

 

 

</EditItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

Princy
Top achievements
Rank 2
 answered on 26 Mar 2009
1 answer
138 views
Hi,

I have a column containing Boolean values shown as images in the RadGrid.
"False" value shows an empty image and "True" value show a flag image.

When clicking the column header in order to sort, the first time it is clicked it shows the flag images on the bottom of the grid. I would like it work as the first click sorts the column showing the flag images on top.

How can that be done?

Thanks,
Eyal D.
Sebastian
Telerik team
 answered on 26 Mar 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?