Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
192 views
Does anyone have an example of a RadSplitButton (RadButton with EnableSplitButton=true) inside the ItemTemplate of a RadGrid?  I need to know the best way to display the context menu (always the same options) for each row in the Grid.  Is this even possible?  The options in the context menu will either open a RadWindow or redirect the user to another page.
Princy
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
138 views
My users want a custom list to display as follows:

12:01 AM 12:30AM 1:00AM 1:30AM ... 11:00PM 11:30PM 11:59PM

Is it possible to have 12:30AM to 11:30PM listed with a 30 minute interval, and stuff in (at runtime perhaps) a 12:01AM and a 11:59PM?    
Princy
Top achievements
Rank 2
 answered on 16 May 2011
1 answer
69 views
Hello, i have a question about Radwindow
when radwindow appear , it behind Menu ?
http://nguy-hiem.co.cc/share/mail.png

THANK
Shinu
Top achievements
Rank 2
 answered on 16 May 2011
4 answers
170 views
i have six radtab's in page load first tab predefined show on page load
i'm giving like that

RadPageView1.TabIndex = 0;
 

Thanks,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 16 May 2011
2 answers
170 views
Hi,

I am using RadGrid, I want the alternate rows should be just look like normal item rows, so I set the AlternateItemStyle-BackColor to white, this works fine.
But a thin horizontal line is still coming in the bottom of alternate rows, see the attached snapshot.
How can I get rid of this thin line?

Ajay
Top achievements
Rank 1
 answered on 16 May 2011
3 answers
112 views
Greetings,

The slider is missing from my grid on Safari and Chrome, but is fine in both FF and IE.

See the screenshots for more information.

Using version: ASP.NET AJAX - Q1 2011

Please advise.

Thanks.
Pavlina
Telerik team
 answered on 16 May 2011
1 answer
109 views
When i set the grid's width not to occupy 100% of the space, i follow your mentioned code as follows

if

 

(actualOffsetWidth < l_screenWidth) {

 

 

sender.MasterTableView._element.style.width =

"";

 

sender.get_element().style.width = sender.MasterTableView._element.offsetWidth +

"px";

 

}

This works fine when I dont have vertical scrollbars. But when I get vertical scrollbars i get 17px difference. See the attached screen.

2) When we have vertical scroll bars it also automatically introduces horizontal scrollbars. I dont know why... i dont need that to be shown. See attachements.

see the difference in header and column lines and also see the unwanted horizontal scrollbar.

your immediate reply is requested.

Thanks very much

Tsvetina
Telerik team
 answered on 16 May 2011
3 answers
139 views

I'm using JavaScript to expand a tree node based on the condition. Script work in IE and FF but not in Chrome, the version of my Chrome browser is 11.


function ClientNodeExpanded(sender, eventArgs) {
    var node = eventArgs.get_node();
 
    if (typeof (node) !== 'undefined' && node != null) {
        if (node.get_nodes().get_count() > 0) {
            for (var i = 0; i <= node.get_nodes().get_count(); i++) {
                var ChildNode = node.get_nodes().getNode(i);
                if (typeof (ChildNode) !== 'undefined' && ChildNode != null) {
                    if (ChildNode.get_text() == "Online") {
                        ChildNode.expand(true);
                    }
                }
            }
        }
    }
}

Can you tell me if this is a problem with the control or i'm doing something wrong?

Thanks you.
Ivan Zhekov
Telerik team
 answered on 16 May 2011
3 answers
167 views
I have Schedular control that include 3 resources, on OnClientTimeSlotClick event I need to know which resource is selected.

thanks,
Veronica
Telerik team
 answered on 16 May 2011
4 answers
322 views
I have a series of buttons on a page that are part of a repeater control.  The query string in the navigate URLs gets populated from the database.  What I'd like to do is have the target page open in a radwindow rather than in a standard browser window.

Below is my aspx code.  Can someone guide me on the changes I need to make to have the target pages open in radwindows? Thanks!


<asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1">
                        <ItemTemplate>
                            <table style="margin-bottom:10px; border-width:1px; border-spacing:2px; border-style:outset; border-color:Gray; border-collapse:separate; border-radius:5px; background-color:White;">
                                <tr>
                                    <td rowspan="4" style="width:100px; height:100px;">
                                        <asp:Image ID="Image1" runat="server" ImageUrl="~/images/image_upload_icon.png" />
                                    </td>
                                </tr>
                                <tr>
                                    <td style="width:100px;">
                                        Package Name:</td>
                                    <td style="width:390px; padding-left:10px;">
                                        <%#DataBinder.Eval(Container.DataItem, "PackageName") %>
                                    </td>
                                    <td align="right" style="width:100px;">
                                        <telerik:RadButton ID="RadButton3" runat="server" ButtonType="LinkButton"
                                            Height="18px" Image-EnableImageButton="true"
                                            Image-ImageUrl="~/images/remove_icon.png"
                                            NavigateUrl='<%# "removepackage.aspx?ID=" +Eval("PackageID") %>'
                                            Target="_blank" Text="remove" Visible='<%# Eval("RemoveButtonVisible") %>'
                                            Width="18px">
                                        </telerik:RadButton>
                                    </td>
                                </tr>
Princy
Top achievements
Rank 2
 answered on 16 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?