Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
64 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
273 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
143 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
354 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
413 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
126 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
73 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
1 answer
137 views
Hi,

Why there is no intellisense provided for JavaScript client side coding? Or any option to enable intellisense for JavaScript too in Visual Studio?

Thanks in Advance,
Damian.
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
3 answers
295 views
Hi,

How to use only numbers in RadCaptcha?

Thanks,
Joseph.
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?