Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
78 views
How do I access the checkbox of a node with server side code
and is it possible to assign an ID to the checkbox control? (to be able to acces is directly from elsewhere on the page)

Morne
Top achievements
Rank 1
 asked on 22 Jan 2009
2 answers
148 views
I'm using a vertical menu, with the Gray skin.  Some of my top-level menu items have sub-menu items and some do not.  Is it possible to have the little arrows that show up in the sub-menu items to indicate further menus appear in the top-level navigation?
Michael
Top achievements
Rank 1
 answered on 22 Jan 2009
2 answers
359 views
Is it possible to create custom behaviors for a RadWindow?  Something where you could specify an icon and / or text for the "button", and then assign a client onclick command for the custom behavior which calls a script within the IFRAME.

Just like how you guys already have for the Reload behavior, the custom behaviors should probably only work if the url of the window is from the same application.

I have a couple scenarios off the top of my head where this would be very useful:
1) Printing the content (or executing a custom print command) of the page in the window - since the default browser windows are gone for the radwindow it would be helpful to be able to add a very simple "Print" custom command back into the title area.
2) Custom "pop-up" data forms which have a "Save" or "Cancel" or "Insert" or "Update" command.

For #2, right now I usually set the titlebar to hidden since it is more or less a waste of space.  I'd like to use it though since it does add some nice polish to the window, and if custom commands were an option I could do so.

This would have the added benefit of keeping the custom commands in view if the content of the IFRAME scrolls beyond the height of the RadWindow.

You guys could also use custom commands for the RadEditor's dialog windows - putting the "Insert" button in the title area which would make alot more sense.

I could classify this as an advanced feature and wouldn't need you guys to make it "easy" to pull off.  It would be nice though if it were possible.  Please forgive me if it already is possible and I've missed it, and of course let me know where to find it.  Thanks,

Shaun.
Georgi Tunev
Telerik team
 answered on 22 Jan 2009
4 answers
93 views
Hi every one

                   I have successfull added custom tool buttons in MOSS RadEdior and can easily change the image icons by using the following css. 

 .rade_toolbar.Default .Custom1
{
   background-image: url(http://www.xyx.com/images/xyz..gif);
}

i want to change the icon for Document Manager tool button to a PDF icon and i tired the following css

 .rade_toolbar.Default .ImageManager
{
   background-image: url(http://www.xyx.com/images/xyz..gif);
}

but this does not work. Is it possible to change the standard tools icons?


Kind Regards
Sohail




 
Sohail
Top achievements
Rank 1
 answered on 22 Jan 2009
5 answers
144 views
Hi All

I noticed that the RadHtmlField has a PopupEditorMode property, this is quite handy when dealing with narrow columns.

Can i get the same functionality with the RadEditor WebPart? If not, i would strongly suggest this as a feature.
Stanimir
Telerik team
 answered on 22 Jan 2009
1 answer
129 views
I am in resourceview with timeline. I want to prevent user from entering two appointments in a given timeslot for the same resource. how can I force him not to enter  two appoinment for the same time timeslot?
Also when there are is an appointment present in a row, the height of that row increases. How can I prevent that from happenning? please help. Thanks in advance.
Peter
Telerik team
 answered on 22 Jan 2009
1 answer
120 views
Hi,
    I am in resource view. I want to keep the width of my scheduler and the resource column fixed.  how do i show resource names whose length is longer than the width of the resource column? Is there a way to introduce a scroll in the resource column?
Thanks in advance. Help appreciated.
    
Peter
Telerik team
 answered on 22 Jan 2009
3 answers
533 views
I have a problem with my tabstrip control. If I mouse over a listelement and that element has child elements, they are shown correctly. Then if I mouse over another listitem and that listitem has no childitems, you can still see the child items of the previous listelement. What can I do to prevent this? 
Paul
Telerik team
 answered on 22 Jan 2009
2 answers
134 views
Hello,

I am using a rad panel bar in which i have buttons, now i want to change the button css from the code behind but the button is inaccessible.

here is the code snippet


<

 

telerik:RadPanelBar runat="server" ID="RadPanelBar1" BorderColor="transparent" BackColor="transparent"

 

 

AllowCollapseAllItems="true" Style="" Height="550px" Width="200px" ExpandMode="singleExpandedItem"

 

 

Skin="Telerik">

 

 

<Items>

 

 

<telerik:RadPanelItem Text="Home" Expanded="True" runat="server">

 

 

<Items>

 

 

<telerik:RadPanelItem runat="server">

 

 

<ItemTemplate>

 

 

<asp:LinkButton ID="LinkButton13" runat="server" CssClass="MyGridView" OnClick="LinkButton13_Click"

 

 

Height="25px" Width="200px" Font-Names="Verdana" Font-Size="8pt" Font-Underline="False"

 

 

ForeColor="Blue" OnClientClick="javascript:ToggleCollapsePane('LeftPane')">

 

 

National</asp:LinkButton>

 

 

</ItemTemplate>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelBar>


code behind

 

 

protected void LinkButton13_Click(object sender, EventArgs e)

 

{

 

LinkButton13.CssClass="Test";

}
 

it is displaying error "linkbutton13 does not exist in the current context" 

 

 

Paul
Telerik team
 answered on 22 Jan 2009
3 answers
136 views
Hi just working on an app diden't have this problem before but i've made afew changes and now it's timing out it there anyway to increase the time out?
sorry i'm not getting that i'm getting this Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object.
James
chn
Top achievements
Rank 1
 answered on 22 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?