Hi,
I've been at this one for ages.
I have a tree view which when a node is clicked, gets the data from the node.value and shows it. (ajaxed)
I've tried everything to do with ajax timeout settings in script manager and such but it still happens.
What could I test for when the node is clicked, that might throw an error? Then I can redirect.
Cheers,
Jon

Text='<%# Bind( "Notes") %>
<telerik:RadDropDownList ID="rddlLocations" runat="server" DataSourceID="GetLocationsSqlDataSource" DataTextField="Location" DataValueField="ID"></telerik:RadDropDownList>
Hey Everyone,
I was wondering if there was anyone that could assist me in making a rad asp.net dropdown button. I am fairly new to the telerik controls and have been trying to create this for a couple of days now. any help would be appreciated.

I need to check if hidden field value is 'Y' than it should change tab smoothly but if there is value 'N' in my hidden field than if shoudl open radconfirm before change tab. For example
I have tabs in following format
1 2 3 4 5
Now when I select from 1 to 2 if should check if hidden filed value is 'N' than it should ask me to move on tab 2 in radconfirm if I select no than I should keep me on tab 1 and if I click on OK than it should redirect me on tab 2.
Please help me.
Thanks
Manish
I'm using Telerik UI for ASP.NET AJAX version 2018.3.910.45. When I run my site from Visual Studio on my laptop, various parts of the UI look different than on the QA server. Using my login dialog as an example, I can see that the markup is different. I'm testing using Chrome.
I need to make the controls display the same in both places. Anybody have any thoughts on how to make that happen?
Here is the example of the markup difference:
Laptop markup (IIS Express):
<button type="submit" name="btnLogin" value="Login" id="btnLogin" class="RadButton RadButton_Bootstrap rbButton rbRounded rbIconButton" style="height:30px;width:100%;" tabindex="0"><span class="rbText">Login</span><input id="btnLogin_ClientState" name="btnLogin_ClientState" type="hidden" autocomplete="off" value="{"text":"Login","value":"","checked":false,"target":"","navigateUrl":"","commandName":"","commandArgument":"","autoPostBack":true,"selectedToggleStateIndex":0,"validationGroup":"vgLogin","readOnly":false,"primary":false,"enabled":true}"></button>
Server (IIS 7):
<span id="btnLogin" class="RadButton RadButton_Bootstrap rbVerticalButton" style="display:inline-block;height:30px;width:100%;height:30px;" tabindex="0"><input class="rbDecorated" type="submit" name="btnLogin" id="btnLogin_input" value="Login" style="width:100%;padding-left:0;padding-right:4px;height:30px;" tabindex="-1"><input id="btnLogin_ClientState" name="btnLogin_ClientState" type="hidden" autocomplete="off" value="{"text":"Login","value":"","checked":false,"target":"","navigateUrl":"","commandName":"","commandArgument":"","autoPostBack":true,"selectedToggleStateIndex":0,"validationGroup":"vgLogin","readOnly":false,"primary":false,"enabled":true}"></span>

| <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista" > |
| <windows> |
| <telerik:RadWindow |
| ID="RadWindow1" |
| runat="server" |
| ShowContentDuringLoad="False" |
| Width="400px" |
| Height="350px" |
| Title="Action..." |
| VisibleStatusbar="False" |
| style="display:none;" |
| Behavior="Close" |
| InitialBehavior="None" |
| Modal="True" |
| NavigateUrl="" |
| Behaviors="Close" |
| Left="0" Top="0" |
| OpenerElementID="fsMyActivities" |
| > |
| </telerik:RadWindow> |
| </windows> |
| </telerik:RadWindowManager> |