Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
402 views
HI,
  I am using Telerik controls for ASP.Net Q3, 2001.I tried the Rad Skin Manager amd was trying to change the default skin. Unfortunately there was only the default skin. All the other skins are missing. This is happening to me for all the controls. Can any one help me in displaying all the available skins for the telerik controls under the Skin Property?
Eyup
Telerik team
 answered on 03 Apr 2013
1 answer
99 views
Hi,

the DropDownTree looks like a control with great potential. Are you planning to add load-on-demand features? This would be the case especially if this would be implemented in the context of autocomplete functionality suggested here: http://www.telerik.com/community/forums/aspnet-ajax/dropdowntree/feature-requests.aspx#2501264. What is the roadmap for the DropDownTree?

Thanks in advance for your reply,
Wouter
Peter Filipov
Telerik team
 answered on 03 Apr 2013
1 answer
67 views
Hi
     I want to Add "$" sign in the Exported Excel column .In the Grid am using  gridtemplate column 

Aspx
--------

<

 

telerik:GridTemplateColumn

HeaderText=" Value (USD)" UniqueName=" Value (USD)">

 

<ItemTemplate>

 

<asp:Label ID="lblDollar" Text="$" runat="server"></asp:Label>

 

<asp:Label ID="lblValue"  Text='<%# Eval("Value")%>' runat="server"></asp:Label>

 

</ItemTemplate>

 

</telerik:GridTemplateColumn>
On exporting the radGrid I only got the values in the Excel column not the $ sign. wat i am missing. Thanx in advance..

Shinu
Top achievements
Rank 2
 answered on 03 Apr 2013
1 answer
55 views
Hi,

       I am using radgrid which is having more than 50000 records the response time is very slow. i need to improve the performance

What i am doing is retrieving data from sql as dataset and binding the dataset directly to the radgrid. How to resolve this?
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
11 answers
275 views
Hi,

I used editor control in visual studio to deploy it as a custom web part in sharepoint 2010. It deployed successfully but when I click on document manager for attachments or to insert picture then it is throwing error (telerik's dialogues require httphandler registration in web.config).
Please help me in this.
Stanimir
Telerik team
 answered on 03 Apr 2013
1 answer
147 views
Hi,

How can I set the RadToolTip Target Control ID to another control's ID from JavaScript?

Thank you,
Freddy.
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
3 answers
368 views
I have a RadGrid that has grouping enabled. The column headers currently display a default tooltip "Drag to group or reorder". I want to replace this tooltip for one of the column headers with the text say "custom tooltip"  and leave the other column headers with the default tool tip. I tried to set the custom tooltip for a column named "Template1" using the following code

protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)
  {
    if (e.Item is GridHeaderItem)
        {
                GridHeaderItem header = (GridHeaderItem)e.Item;
                header["Template1"].ToolTip = "custom tooltip";
    }
  }

The definition for the grid column is given below,
<telerik:GridTemplateColumn UniqueName="Template1" HeaderText="C">  
   <ItemTemplate>  
    <asp:LinkButton ID="LinkButton1" runat="server" Visible="true" OnClick="LinkButton1_Click1">View</asp:LinkButton>  
   </ItemTemplate>  
</telerik:GridTemplateColumn>

It still displays the default tooltip "Drag to group or reorder" for the "Template1" column.

If I add the following to the <ClientSettings> section of the RadGrid then no tooltip is displayed for none of the columns.

<ClientMessages DragToGroupOrReorder="" />

Any ideas?

Shinu
Top achievements
Rank 2
 answered on 03 Apr 2013
5 answers
423 views
Hi

I have a RadGrid with AjaxManager attached to it, also sometimes a RadAjaxPanel.

However I want a gridbuttoncolumn to NOT postback asynchronously.

How can I do this?
Kiresh
Top achievements
Rank 1
 answered on 03 Apr 2013
1 answer
133 views
I would like to populate a grid the same way that I populate a combo box using datarows from a dataset

The following is the code that I use to populate my combo boxes

using (DataSet dsDept = WSAccess.StepsGlobal_GetCodeTable("codDepartments"))
{
    if (Globals.IsValidDataSet(dsDept))
    {
        foreach (DataRow row in dsDept.Tables[0].Rows)
        {
            RadComboBoxItem rcbi = new RadComboBoxItem(row["DESC"].ToString(), row["ID"].ToString());
            combo.Items.Add(rcbi);
 
        }
    }
}

How would I populate a grid.

I thought I could do something like the following.
using (DataSet dsDept = WSAccess.StepsGlobal_GetCodeTable("codDepartments"))
{
    if (Globals.IsValidDataSet(dsDept))
    {
        foreach (DataRow row in dsDept.Tables[0].Rows)
        {
>>>>>>       RadGridItem rcbi = new RadGridItem(row["DESC"].ToString(), row["ID"].ToString());
>>>>>>        RadGrid.Items.Add(rcbi);
 
        }
    }
}
Of course this does not work.

Again I would like to fill in the grid one row at a time.
FYI: This grid contains three columns and could have as many as 200 rows.
I am looking to do this at the PreRender event.

Thanks
Jayesh Goyani
Top achievements
Rank 2
 answered on 03 Apr 2013
1 answer
77 views
Hi Telerik,

We are planning to develop a mobile version of our prominent website which was developed using RadControls. Before we get going, I would like to know the RadControls compatibility and support with mobile devices and associated browsers.

Thanks,
Merlin.
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?