Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
530 views
I have a NestedViewTemplate which will contain several labels and another RadGrid. Because it's expensive to get the data for the labels and nested grid, I'd like to do this only when the NestedViewTemplate is visible.

I set the HierarchyLoadMode to ServerOnDemand and registered for the ItemDataBoundEvent. In the ItemDataBound event, I check the ItemType, and if it's NestedView, I do my expensive data lookups and bind to the labels/grid.

This works great, except that the NestedView items are being databound not when I expand the item in the grid, but instead when the grid is initially databound.

What am I doing wrong?
Eyup
Telerik team
 answered on 30 Jul 2014
29 answers
2.0K+ views
I need to be able to prevent users from double-clicking on a toolbar button or very quickly click on two toolbar buttons. Or better yet, have the whole toolbar disabled after single-clicking on a toolbar button.

This is just to prevent any intended function to be run more than once or to prevent any unintended function to be executed.

Thanks for any help.
Peter Filipov
Telerik team
 answered on 30 Jul 2014
15 answers
1.6K+ views

Hi Telerik Team,

i am using radmenu in Master page.
when i try to click the radmenu item ,i am not able to fire the click event on radmenu.

i searched some forums in telerik in which the people were saying set the Autopostback property to True.

when i try to set the autopostback property ,that property is not showing in property box of radmenu control.

means i am not able to find the autopost back property in control.

Can you pls provide the solution for this issue.

Princy
Top achievements
Rank 2
 answered on 30 Jul 2014
1 answer
111 views
Hi

in the page http://www.telerik.com/ use the control with 4 points that you help advanced or navigate by elements, I have a question this element  pertain the control rotator
or how to developer?

Thanks 
Slav
Telerik team
 answered on 30 Jul 2014
3 answers
293 views
I have the skin for my project set in the web.config like so:
<add key="Telerik.Skin" value="Metro" />

Everything's good, but the embedded icon on my RadButton is not using the Metro icon.  Here's the markup for the button:
<telerik:RadButton ID="rbCreateNew" runat="server"
    Text="Create New">
    <Icon PrimaryIconCssClass="rbAdd" />
</telerik:RadButton>

In the attached image, the "Create New" button is my button, and the "Add" button is from the RadButton embedded icons demo page.

I want my "Create New" button plus sign to look like the "Add" plus sign (black instead of green).  I tried setting the Skin directly in the RadButton control attributes, but it didn't change anything.  What am I missing here?

I am using 2013.3.1114.45.
Shinu
Top achievements
Rank 2
 answered on 30 Jul 2014
3 answers
1.2K+ views
Hi ,

I encountered a scenario i.e. where we have to stop uploading of .exe or .bat files when their extension is changed to acceptable extension (.txt,.html,.htm,.odt,.rtf,.doc,.docx). I have tried to find a solution by using .NET code where I have used header codes of different file extensions, but header codes for .html and .htm get changed and doesn't seem to have a fixed header code. I have used Mime/Extension type but it didn't work. Looking for a solution through Telerik Controls.

Thanks,
Chaitanya.
Shinu
Top achievements
Rank 2
 answered on 30 Jul 2014
5 answers
217 views
We get this error on occasion in our application and was wondering what may be causing it.  Any help/guidance would be appreciated.

System.IO.IOException: The handle is invalid.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.Threading.EventWaitHandle.Set()
at Telerik.Web.UI.RadScheduler.resourceTypeControl_DataBound(Object sender, EventArgs e)
at System.Web.UI.WebControls.BaseDataBoundControl.OnDataBound(EventArgs e)
at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)
at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
at Telerik.Web.UI.RadScheduler.BindResourcesFromDataSource()
at Telerik.Web.UI.RadScheduler.PerformSelect()
at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
at Telerik.Web.UI.RadScheduler.EnsureDataBound()
at Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource)
at Telerik.Web.UI.RadScheduler.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Boyan Dimitrov
Telerik team
 answered on 30 Jul 2014
3 answers
102 views
Hi!

while testing the RadDiagram I noticed that the text within the shapes is higher aligned when using the Internet Explorer 10. Firefox renders the text vertically centered. Does anybody know a CSS-Trick to "fix" the IE10-behaviour?

Best regards,
Hans
Slav
Telerik team
 answered on 30 Jul 2014
1 answer
200 views
I have a radhtmlchart in my page. What I want is I want the tooltip which is displayed on hovering the series to be always visible. How can I do this?
Princy
Top achievements
Rank 2
 answered on 30 Jul 2014
3 answers
145 views
Hi,

I want to remove a child menu item from my RadMenu using javascript but the script is not working well. Here is the code I tried.
function RemovePremium()
{  
    var menu1 = $find("<%= RadMenuUser.ClientID %>");  
    var menuItem1 = menu.findItemByText("Get Promo");
    if (menuItem1)  
    {             
        menu1.trackChanges();    
        menu1.remove(menuItem1);
        menu1.commitChanges();
} }

Please give your suggestions and help.
Berk.

 
Aneliya Petkova
Telerik team
 answered on 30 Jul 2014
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?