Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
Hello Experts,

I am using RadTreeView control with OnNodeExpand, TriStateCheckBox, CheckChildNodes & nodetemplate properties. 

Before using nodetemplate, there was a load icon (circle icon) displayed when i expand a tree node.  After using NodeTemplate, there is no load icon.  To get back Load Icon, whan shall i do?

Thanks in advance.

Regards,
TK
Alex Gyoshev
Telerik team
 answered on 03 Jul 2009
1 answer
133 views
Hi all.

In an webproject, i build a new page with telerik objects. When my page is done i want to put it into a "big" project.

So i copy/paste the code, modify declarations and i try it.

On the big project relative page, a javascript error occur :

"'Sys.WebForms.PageRequestManager' is null or is not an object"

I Try many thing like update my web.config, move the AJAXManager, etc...

Do youi have any idea to solve it ?

Than you, best regards.

(I'm french sorry for my bad english)
Iana Tsolova
Telerik team
 answered on 03 Jul 2009
1 answer
93 views
Hi Guys

If I have a checkbox on the header of a DetailTable (nested view) that when clicked I would like to enumerate through each row within that DetailTable and set/unset a corresponding checkbox depending on ceratin other criteria. I've followed other examples enumerating through every row of every DetailTable but can't get a grip on enumerating through the table which the checkbox is on th header of.

Regards

Steve
Veli
Telerik team
 answered on 03 Jul 2009
1 answer
92 views
Hello !

Just wondering if anyone has encountered this problem. I'm using a delete button column in a radGrid, this is the code for the column:
<telerik:GridButtonColumn ConfirmText="Delete this item?" ConfirmDialogType="RadWindow" 
                        ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" 
                        UniqueName="DeleteColumn"
                        <ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" /> 
</telerik:GridButtonColumn> 

And I also have a RadWindowManager on the page. The problem is that the delete confirmation shows up sometimes, and some other times it doesn't (it just proceeds to delete the row as soon as you click the delete button).

Any ideas would be greatly appreciated, thanks !!


Veli
Telerik team
 answered on 03 Jul 2009
1 answer
120 views
Hi
       Plz let me know what kind of skin is suitable for HeaderContextMenu, since i am using Rad grid and showing header context menu at the ColumnHeader section. I used skins for Grid eventually i could not fix an suitable headerContext skin. So the result is menu shown in big size which is not matching according to the skin of grid.

So plx let me know the the suitable skin, i will mention the list of skin i am used for reference.

 <link href="Skins/Gray/Calendar.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/ComboBox.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/Input.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/Grid.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/Menu.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/Dock.Gray.css" rel="stylesheet" type="text/css" />
    <link href="Skins/Gray/Widgets.Gray.css" rel="stylesheet" type="text/css" />
      <link href="Skins/Gray/PanelBar.Gray.css" rel="stylesheet" type="text/css" />

Regards,
Appu



Dimo
Telerik team
 answered on 03 Jul 2009
1 answer
57 views
Hi ,
       I am using Radslider in a page where  I am displaying the various colors in single row by putting the table inside the the division tag and the colors are dynamically displayed from the data stored in database .Navigation was done using Rad slider.Rad Slider disappears in Firefox when the page is refreshed It works just fine in IE6.OnClientLoaded function is not fired when the page is refreshed Can some one help me to fix it.

Click on Cut graphics and select cast opaque from the sub menu and then click on the Available colors tab please
For first time you will be able to see all the colors but when refresh (In the sense pressing F5)
http://arlonstage.aptinet.com/Products/Product%20Finder.aspx

Thanks and Regards,
N.Nallamani
Tsvetie
Telerik team
 answered on 03 Jul 2009
13 answers
285 views
We are experiencing problems getting the loading image to be displayed during postbacks

<body> 
    <form id="form" runat="server"
    <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
        <script type="text/javascript"
            function RowDblClick(sender, eventArgs) { 
                sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical()); 
            } 
        </script> 
    </telerik:RadCodeBlock> 
     
    <div> 
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" > 
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="documentsGrid"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="documentsGrid" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"  /> 
        <telerik:RadGrid ID="documentsGrid" DataSourceID="documentsDataSource" runat="server" 
            Skin="Office2007" AutoGenerateColumns="true" GridLines="Vertical" AllowSorting="True" EnableEmbeddedScripts="true"
            <ClientSettings> 
                <ClientEvents OnRowDblClick="RowDblClick" /> 
            </ClientSettings> 
             
        </telerik:RadGrid> 
    </div> 
    </form> 
</body> 
</html> 


We can get the background color and fading to work but cant get the spinning image to be displayed...

Any suggestions?? 



Lars
Top achievements
Rank 1
 answered on 03 Jul 2009
6 answers
350 views
Hi there,

i hope someone can help me with my problem. I downloaded the trial of the rad-ajax-components, since we need a menu that is far better than what microsoft provides. The menu-component exactly meets our needs. Unfortunately i get a javascript error saying "ASP.NET Ajax client-side framework failed to load", when i try to run the menu in Internet Explorer 6. It works fine without any problem on IE7 and Firefox. The page is rendered completely on IE6 too, but the only visible thing is the menu, that also works as expected. The rest of the page is not visible.

I looked at the sourcecode of the page and found this section:

<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

the errorstring is what i get when i look at the javascript-error of IE6 (i click at the small exclamationmark in the statusbar). Does anyone know what goes wrong with IE6 at this point? I am a little confused since the menu works really fine. It does what it is expected to do. Just the rest of the page is not shown.

Kind regards
Andi
Andreas
Top achievements
Rank 1
 answered on 03 Jul 2009
1 answer
132 views
Hi,

Is there a way to add spacing between the objects in a dock zone. This is spacing on the top and bottom of objects.

Thank you!
Pero
Telerik team
 answered on 03 Jul 2009
3 answers
143 views
I have a page that contains a menu using a RadPanelBar and a site map and for this I don't want to use a Skin, instead I want to use my own CSS, so i turned EnableEmbeddedSkins and EnableEmbeddedBaseStylesheet to "false" (see below for code):

                    <asp:SiteMapDataSource ID="MemberSiteMap" SiteMapProvider="MemberSiteMap" ShowStartingNode="false" runat="server" />

                    <telerik:RadPanelBar ID="MemberNavigation" runat="server" Width="200" AllowCollapseAllItems="true" ExpandMode="SingleExpandedItem"
                        DataNavigateUrlField="Url" PersistStateInCookie="false" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" DataSourceID="MemberSiteMap" EnableViewState="false"
                        DataTextField="Title" CssClass="navigation">
                        <CollapseAnimation Type="None" Duration="100"></CollapseAnimation>
                        <ExpandAnimation Type="None" Duration="100"></ExpandAnimation>
                    </telerik:RadPanelBar>
                   
I have another RadPanel in a user control that uses the "Default" skin (see below code):

<telerik:RadPanelBar ID="BrowseResults" runat="server" AllowCollapseAllItems="true" EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="true" EnableViewState="false" ExpandMode="MultipleExpandedItems" Width="215px" OnClientItemClicking="OnClientItemClicking">
            <CollapseAnimation Type="None" Duration="100"></CollapseAnimation>
            <ExpandAnimation Type="None" Duration="100"></ExpandAnimation>
            <Items>            
                <telerik:RadPanelItem Text="Filter by event type" Value="EventTypes" CssClass="filterTitle" EnableViewState="false">
                    <Items>
                        <telerik:RadPanelItem Text="Loading..."></telerik:RadPanelItem>
                    </Items>                
                </telerik:RadPanelItem>        
                <telerik:RadPanelItem Text="Filter by category" Value="Categories" CssClass="filterTitle" EnableViewState="false">
                    <Items>
                        <telerik:RadPanelItem Text="Loading..."></telerik:RadPanelItem>
                    </Items>
                </telerik:RadPanelItem>
                <telerik:RadPanelItem Text="Filter by region" Value="Locations" CssClass="filterTitle" EnableViewState="false">
                    <Items>
                        <telerik:RadPanelItem Text="Loading..."></telerik:RadPanelItem>
                    </Items>
                </telerik:RadPanelItem>            
            </Items>
        </telerik:RadPanelBar>

The problem that I have is that whatever properties I set in the second RadPanel overrides all the properties for the first RadPanel including setting the skin, is this a known bug, if so is there a way around it? I am using the 2009_1_527 build.
Veselin Vasilev
Telerik team
 answered on 03 Jul 2009
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?