Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
124 views
Dears,
I have a web cusome control contains another custom control, both controls have FormDecorator added to decorate its TextBox controls type to provide the Telerik Skin.
The problem is that on each page post back, the FormDecorator redecorate the textboxes so it appears with nested borders.

Your help is highly appreciated,

Regards,
Samar

Martin
Telerik team
 answered on 15 Oct 2009
2 answers
82 views
Hi guys

Please have a look at this site


You will notice that I am using a RadPanel on the left side of the site. However you can also see that the RadPanel does not fill the width of the area its in. There is a white space to the right side of it. I have set the width of the radpanel to 100% but that has not effect. Is there something I am doing wrong. Your help would be greatly appreciated.

Thanks
Michael Josiah
Top achievements
Rank 1
 answered on 15 Oct 2009
5 answers
299 views

I have created a RadPanelBar that is databound to an object.  I want to add a button in the header part of each RadPanelItem simliar to this http://www.telerik.com/community/forums/aspnet-ajax/panelbar/add-control-to-panelbar-header.aspx. I tried the suggested solution from that post, but the problem I am having is that the image/button is rendering behind the header instead of on top of it.  All the examples that I have seen that work are using static RadPanelItems instead of dynamically created ones.

Here is some example code:

<telerik:RadPanelBar ID="rpb_Filters" 
                                 ExpandMode="FullExpandedItem" 
                                 Height="700px" 
                                 runat="server" 
                                 Skin="Vista" 
                                 Width="490px">  
                         
                <ItemTemplate> 
                    <asp:Image ID="img_URL"   
                               ImageUrl="add_16.png" 
                               runat="server" 
                               ToolTip="Add Child Category" /> 
                </ItemTemplate> 
 
            </telerik:RadPanelBar> 

and here is how I am setting the datasource
'Set the Datasource  
            rpb_Filters.DataSource = Filters  
            rpb_Filters.DataFieldID = "FilterID" 
            rpb_Filters.DataFieldParentID = "ParentFilterID" 
            rpb_Filters.DataTextField = "FilterName" 
            rpb_Filters.DataBind()  
 
            'Expand the first filter  
            rpb_Filters.Items(0).Expanded = True 

Thanks!
Rathgeber Stephane
Top achievements
Rank 1
 answered on 15 Oct 2009
2 answers
138 views
Hi,

How we can invoke the click event in an already selected radtab..Once i clicked on a tabitem,the functionality is working fine,but when i tried to click on that tabitem itself once more,the click event is not firing
Please help me
thanks....

Priya
Top achievements
Rank 1
 answered on 15 Oct 2009
1 answer
131 views
Hi,

I would like to know if its possible to activate filter in a grid any time.

I currently have a grid with alot of data in it but sometimes i need to be able to filter on empty value so i can modify only the row who doesn't have data in it.

Thx for your time,
Yours faithfully,

Guillaume
Veli
Telerik team
 answered on 15 Oct 2009
4 answers
229 views
Is it possible to have a node, that has child nodes that is both unselectable and expandable?

I'm using a node as a container on a treeview for a number of similar items.

It makes no sense, in the context of the software, to select the containing node but the user obviously has to be able to expand it to get at the child nodes.

Ideally, the system wouldn't react to a click on such a node and the visual appearance of it wouldn't change.

Is such a scenario possible with RadTreeView?

--
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 15 Oct 2009
2 answers
96 views
Hi All

I have a grid with two fields.

I have automaticinsert= true and automaticupdate =true

So in the grid i am able to view "Add New Record" in the top and the Edit image in font of each record.

While clicking the "Add New Record"  two fields appears and while clicking the Edit image another two fields appeas,

I need is:

Here both are viewed. So when I Clicking the Edit image the two fields shown for "Add New Record" must Disappear.

Is there any option to do this.

-Anto

Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
 answered on 15 Oct 2009
1 answer
102 views
Hi,

I'm wanting to throw a __DoPostBack or a telerik ajax call from a master page and catch it with the master page's RaisePostBackEvent method. At the moment it gets thrown from the master page though the content pages also have a RaisePostBackEvent method and these are what are catching my Master Page's postback.

I'm wondering if there is a way to use the ajax telerik control client-side to throw a postback straight to the master page's RaisePostBackEvent method.

Thanks.
Tsvetoslav
Telerik team
 answered on 15 Oct 2009
2 answers
103 views
Hi
i copied file Office2007.cs and renamed it to CustomOffice2007.cs, i also renamed all tags in it from Office2007 to CustomOffice2007
in my asp.net code i added this:

Skin

 

="CustomOffice2007" EnableEmbeddedSkins="false"

 

and everything is working fine except dropdown with page size, its is just not well formatted (see attachment)

what i want to achieve is to colorize even and odd rows without loosing hover and selected format, maybe there is a way to do it without adding new css file, i was trying to add piece of css to page with grid, which was overriding background color of row, but in this way i lost hover formatting
Milosz
Top achievements
Rank 1
 answered on 15 Oct 2009
1 answer
146 views
Hi

How do I disable the firing of the on click event for the top menu node in the Menu control.

I'm using a sitemapdatasource but if I either remove the URL tag or set it to "" the node wont display.

I see from all your demos that the top most node doesn't fire, but none of the examples I can find actually uses a sitemapdatasource.

I can  see how to do it with XML or declarativly, but I need the security trimming of the SMDS

Thanks

Andy
Paul
Telerik team
 answered on 15 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?