Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
119 views
Hi guys.

See this: http://www.armenningar.is

In the main area there is a newslist. The user can then filter the newslist based on news-categories (the combobox).
Just check any categories and then click the "Sía fréttir" button.

Once this is done, the combobox becomes unresponsive.

        <telerik:AjaxSetting AjaxControlID="btnFilter"
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="dlNews" /> 
                <telerik:AjaxUpdatedControl ControlID="divHypeNews" /> 
                <telerik:AjaxUpdatedControl ControlID="comboCats" /> 
                <telerik:AjaxUpdatedControl ControlID="btnClear" /> 
                <telerik:AjaxUpdatedControl ControlID="intCurrIndex" /> 
                <telerik:AjaxUpdatedControl ControlID="intRecordCount" /> 
                <telerik:AjaxUpdatedControl ControlID="lblStatus" /> 
                <telerik:AjaxUpdatedControl ControlID="divPagerButtons" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 

As you can see, there is no mention of the treeview in the AjaxSetting. It's useless to add it there directly since it's within a combobox.
My guess is it still needs to be stated as an updated control. But I am unsure how and where I can add it there.

Any help appreciated.

Regards,
-DJ-
Pavlina
Telerik team
 answered on 07 Sep 2009
1 answer
95 views
Hi,

I have a grid with a couple of dropdown columns (using the edititemtemplate) and numeric columns(using radnumerictextbox). This grid is placed on a content page of a masterpage.

I am trying to put a static tooltip on these controls but I am not able to do so. It is working for a normal asp.net button placed outside the grid.

Any help would be greatly appreciated.

Thanks,
Saurabh
Svetlina Anati
Telerik team
 answered on 07 Sep 2009
9 answers
139 views
I am having a problem with my RadGrid control.  It appears that the header line, one of the rows and some of the text is shifted all the way over to the right to the point where it's past the right border area.  How can I fix that?  See the link for a picture.  Thanks!

http://img198.imageshack.us/img198/6192/cssmessedup.jpg
Brett
Top achievements
Rank 1
 answered on 07 Sep 2009
7 answers
256 views
I have a RadGrid that I am trying to get to look normal.  The outline of the radgrid is fine, but the header is pushed to the right a bit.  My website has Master pages and some css for other pages, but not for the page that I threw a radgrid on.  I expected the RadGrid to not have any problems, but I still do.  What can I do to fix this?  This is a problem that apparently nobody knows how to fix since I posted something similar earlier.  Please keep in mind that the width of the page, the RadGrid or the DIV has no bearing on how the RadGrid behaves.
Brett
Top achievements
Rank 1
 answered on 07 Sep 2009
1 answer
142 views
Hello,

I have 2 instances of RAD Menu on a page: one main navigation line (with items sliding down on mouse over) and one submenu on left hand side of a page. However, these two controls are independent, only sharing same custom skin.

In IE6 and 7, items sliding from main menu are rendered under submenu (in terms of z-index), while IE 8 and FireFox is displaying this properly (i.e. main menu items are shown in front of submenu).

My guess is this is due to default z-index (7000) settings that RadMenu emits to it's enclosing div. However, even after spending several hours on setting various combination of z-index, I was not able to make it work properly under IE6 and 7.

Anyone tried to put two independent instances of RAD Menu on page and had similar issue in IE6 and 7?

Thanks,

Antonin

Paul
Telerik team
 answered on 07 Sep 2009
1 answer
51 views
Hi,

When I create a recurring appointment, all the occurences are not shown.
I can see only the current days occurences, future and past occurences are not being displayed.

Can anyone help on this. it is very very urgent.

Thanking you.
Peter
Telerik team
 answered on 07 Sep 2009
1 answer
139 views
I have a template column with a table inside it.  What I need to be able to do is to drag and drop that column.  I can drag that column but only if I select something outside of the table; just like Jason's issue, but mine is with the drag and drop.  Also, I can't use a div in my case because our styles and such are setup for a table format.

Is there a way to trigger or start the drag and drop when a table within the template column is dragged?

Thanks in advance.

Kai Thao
Tsvetoslav
Telerik team
 answered on 07 Sep 2009
2 answers
117 views
Hi all,

i've got a bit of a issue which i hope is a simple to fix.

I have a RadMenu and a asp:literal control

When i click a radmenu item it updates the literal control.

I've tried implementing Ajax and a loadingPanel, Everything works apart from the loading image.

The loading image is not displayed not matter what i do

here is a section of the code

Here is the Ajax part of the code
<telerik:RadAjaxLoadingPanel  
        ID="RadAjaxLoadingPanel1" Runat="server" EnableEmbeddedSkins="false"
        <img alt="Loading..." src="loading3.gif" /> 
        </telerik:RadAjaxLoadingPanel> 
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"  
        DefaultLoadingPanelID="RadAjaxLoadingPanel1"
        <AjaxSettings> 
        
            <telerik:AjaxSetting AjaxControlID="RadMenuTOC"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="LitTitle" LoadingPanelID="RadAjaxLoadingPanel1"/> 
                    <telerik:AjaxUpdatedControl ControlID="LitContent"  
                        LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 

Here is the definition of the controls which are being updated

<div class="divtoc"
<p>Table of Contents</p> 
    <p>&nbsp;</p> 
    <telerik:RadMenu ID="RadMenuTOC" Runat="server" Flow="Vertical" Skin="Black"  
        onitemclick="RadMenuTOC_ItemClick" > 
        <DefaultGroupSettings ExpandDirection="Right" /> 
         
    </telerik:RadMenu> 
</div><!--end of toc--> 
 
<div class="subcatmaincontent"
 
<h2><asp:Literal ID="LitTitle" runat="server" Text=""></asp:Literal></h2
 
<div class="test"
<asp:Literal ID="LitContent" runat="server" Text=""></asp:Literal> 
</div><!-- end test div--> 
</div><!--end of main content--> 

So clicking on a RadMenuTOC updates the LitContent and LitTitle but i never see a loading image




IT
Top achievements
Rank 1
 answered on 07 Sep 2009
4 answers
188 views
I have a scheduler in a multiview inside an updatepanel. On initial page load, the scheduler is in month mode and is not full sized (it only shows 2 rows). If I reload the page, it is shown in full size, like it should be. Anytime I close the browser and reload page, it is back to the incorrect size.
Peter
Telerik team
 answered on 07 Sep 2009
1 answer
134 views
The height of Image cannot be set?
The textbox cannot be set at top?
Pero
Telerik team
 answered on 07 Sep 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?