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

In certain websites I have seen like, after selecting a date and on mouse scrolling the date increments. So is it possible with RadDatepicker. On scrolling i want to change the entered date by one year.

Thanks in advance,
Ivy.
Princy
Top achievements
Rank 2
 answered on 03 Apr 2013
1 answer
118 views
Just started testing my app in IE10.  

First of all I'd like to say that I'm having no problem at all with the app running on web servers, so long as IE 10 is in 'Compatibility mode'.

The only problem I have is this.  If I run my app locally in VS 2012, it crashes on start up in the first master page.  
In that page I have the following start up script.  It appears that the $get is failing.  The reference to the 'timeoutButton' is null.  The button is a simple HTML input with runat='server'.  (0x800a138f - JavaScript runtime error: Unable to get property 'style' of undefined or null reference) If I continue, I have no problem running the app.

I tried downloading the hotfix recommended by your article (KB2600088) http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/javascript-errors-in-ie10-and-the-site-is-working-fine-in-the-rest-browsers.aspx.

However when I tried to run it, I got the message: KB2600088 does not apply, or is blocked by another condition on your computer.

In summary, this is an irritation, not a major problem.

 $(document).ready(function () {
                    // Get handle of timeout button.                 
                    var hf = "<%= hfStartTimer.Value %>";
                    timeoutButton = $get('btnTimeout');
                    timeoutButton.style.visibility = 'hidden';
                    if (hf == 'true') {                                              
                        setTimeout(function () { startCounter(); }, "<%= hfTimeOut.Value %>");
                    }                    
                })
Vasil
Telerik team
 answered on 03 Apr 2013
11 answers
393 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
98 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
66 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
145 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
364 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
417 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?