Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
638 views
Hi

I am using the tab strip control with skin="Office 2007"

I need to change the Tab text to Bold and change the size also.because this skin text size is small.


Thanks
Vairam
Augusto Cosatti
Top achievements
Rank 1
 answered on 26 Oct 2009
1 answer
135 views
Can we have check boxes in menu and controll the check/uncheck actions in Java script? Actually we dont want to have post back for having check/uncheck functionality.
Shinu
Top achievements
Rank 2
 answered on 26 Oct 2009
1 answer
98 views
Hi,

When I bind a table to RADGrid, are the row headings the same as the table field names.

So when I bind all the rows in an entire table, and the table has rows a and b, are the row headings in RADGrid a and b.

I want to extract cell values from every row but only if the checkbox is selected (this is called "Checkbox1" in the Aspx):

My code is as follows:

        foreach (GridDataItem g in RadGrid1.MasterTableView.Items)
        {
            if ((g.FindControl("Checkbox1") as CheckBox).Checked)
            {
                var Title = ((sender as CheckBox).Parent.Parent as GridDataItem).Cells[0].Text;
                var Url = ((sender as CheckBox).Parent.Parent as GridItem).Cells[1].Text;

                // Add title and Url of feeds
                list.Add(new GenedRss(Url, Title));

            }
        }

Now I select the checkbox in the 4th row. My headings for the grid are like so:

Title Text Description XmlUrl HtmlUrl Type

But title variable is blank, and Url represents the title (so the 0 index of the cells collection). Shouldn't the title variable hold the title and the Url variable hold XmlUrl?

Can someone explain why this is not so?

Thanks
Princy
Top achievements
Rank 2
 answered on 26 Oct 2009
2 answers
117 views
Hello guys,

I have a dockzone with a fixed height in which i have three docks. I want the two of the docks having a their heights to be as low as possible (like normal, where the height depends on how much you fill into the dock), but letting the last dock height depending on these two first docks, and letting the last dock fillout the rest of the dockzone.

E.g. if the dockzone having a height at 400px, and both dock1 and dock2 having a height at 100px, dock3 should have a height at 200px. If the content of dock1 changes (using ajax) and the height of the dock become only 50px, the height of dock3 automatically should become 250px.

Any ideas?
Ahrensberg
Top achievements
Rank 1
 answered on 26 Oct 2009
3 answers
49 views
The Rad Calendar on my site doesn't show up on pages which are viewed in SSL. Are there any specific steps I must perform to fix this?
Pavel
Telerik team
 answered on 26 Oct 2009
1 answer
130 views
I am developing an ASP.NET 3.5 app that is protected with forms-based authentication.  My RadTreeView is working great, except that when a user walks away from the browser and comes back after the session has timed out, if they click the plus (+) sign on any node in the treeview, they get a Javascript "Authentication Failed" pop-up.  I'd like to find a way to handle this event and simply redirect them back to the forms authentication login page.  What is the best way to do this?  If it helps, we are populating the nodes on our treeview from a web service.

Thanks in advance,
Andrew
Veselin Vasilev
Telerik team
 answered on 26 Oct 2009
1 answer
102 views
Is it possible to have the increase/decrease arrows move the selection by the large change value instead of the small change value?

If not, may I recommend such a feature... would help me a ton right now :-)
Tsvetie
Telerik team
 answered on 26 Oct 2009
2 answers
550 views
Hi All,

I have a rad grid which has image buttons as item templates. I need to --

Enable or disable these image buttons at time of binding the grid based on some flag from database.

So how to do this and  find these controls from code behind for enabling & disabling.
Also which event i should use for one of these image buttons click inside the item template e.g. hv to capture click event for these buttons.

Thanks in advance

Rahul
Rahul Singh
Top achievements
Rank 1
 answered on 26 Oct 2009
2 answers
154 views
Hi,
Can i bind context menu to WCF service  and pass some additional parameters to the method.
Exactly as you allow for Grid?

My code is
    <telerik:RadContextMenu ID="StatementMenu" runat="server" Skin="DirectEDI" EnableEmbeddedSkins="false">  
        <WebServiceSettings Path="BCGridService.svc" Method="LoadStatementMenuData" /> 
        <DataBindings> 
            <telerik:RadMenuItemBinding Depth="0" ExpandMode="WebService" /> 
        </DataBindings> 
    </telerik:RadContextMenu> 
but i can't hit breakpoint in WCF service. Is there method to rebind menu data?

My scenario is - when user clicks some link i have to re-bind menu using some id and open context menu.

Thank you
T. Tsonev
Telerik team
 answered on 26 Oct 2009
4 answers
185 views
Hi

I am using RadMenu and binding data with WebService. i would like to call the webservice (or bind data on the clientside) when the radmenu is loaded instead of mouseover, can i do that?

I have done a lot of researches before i ask this question, but i don't see any examples to preload radmenu with webservice.

Thanks
T. Tsonev
Telerik team
 answered on 26 Oct 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?