Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
140 views
 OK.
  I keep spending a lot of time looking for examples especially when I want to access controls, fields, values etc. 
  Am I within an itemcommand, if so, use ownertableview.FindControl ....
 If I am in ItemCreated, then use so and so .....
  IS THERE A PLACE I CAN GO THAT WILL HELP ME UNDERSTAND "WHEN TO USE WHAT"  WHEN I NEED TO ACCESS CONTROLS, FIELDS AND VALUES IN MY GRIDS, FORMS OR ANYTHING ELSE ? 
  I could wait until I code enough to have a bunch of examples from a bunch of events, or, I can learn what the heck i am doing here. 
  Any advice ?
 
IQworks
Top achievements
Rank 1
 answered on 13 Mar 2009
6 answers
226 views
I would like to put a vertically oriented RadMenu in a RadDock.  When the menus are expanded, scrollbars appear in the dock instead of the menu's overlaying outside the dock.  How can this be done without showing scrollbars?

Here is some sample code to reproduce the problem:


    <telerik:RadDockLayout ID="RadDockLayout1" runat="server">
        <telerik:RadDockZone ID="RadDockZone1" runat="server" Height="300px" Width="100px">
            <telerik:RadDock ID="RadDock1" runat="server" Width="100px">
                <ContentTemplate>
                    <telerik:RadMenu ID="RadMenu1" runat="server" Flow="vertical">
                        <Items>
                            <telerik:RadMenuItem runat="server" Text="Item 1" />
                            <telerik:RadMenuItem runat="server" Text="Item 2" />
                            <telerik:RadMenuItem runat="server" Text="Item 3">
                                <Items>
                                    <telerik:RadMenuItem runat="server" Text="Item 3.1" />
                                    <telerik:RadMenuItem runat="server" Text="Item 3.2" />
                                    <telerik:RadMenuItem runat="server" Text="Item 3.3" />
                                </Items>
                            </telerik:RadMenuItem>
                        </Items>
                    </telerik:RadMenu>
                </ContentTemplate>
            </telerik:RadDock>
        </telerik:RadDockZone>
    </telerik:RadDockLayout>

John Horlock
Top achievements
Rank 1
 answered on 13 Mar 2009
4 answers
139 views
Hi,

Please have a look on the following sample report data I am tring to display -

Supplier  OrderNo GrossCost  Inv.No  Inv.Cost  Difference
Dell         301         500 S12      250
S13      250 0
HP          302          800 S21     200
S22     400 200

We have two suppliers and each having two Inv.No but it can be more than two. Difference column =   Gross Cost  - total Inv.Cost for an order number.

Could you please suggest me if this is possible to implement? If so, hints please.


Thanks a lot.

Milan G 
Milan Gurung
Top achievements
Rank 1
 answered on 13 Mar 2009
1 answer
89 views
I need to stop Template Manager from caching data. Is there any way that this can be done in ASP?
Rumen
Telerik team
 answered on 13 Mar 2009
5 answers
88 views
Hi,

I'm using default paging for RadGrid.The problem is that clicking on the next page button doesn't display the next set of records.I tried binding pageindexchanged event but that doesn't get called either.


regards,
john.
Shinu
Top achievements
Rank 2
 answered on 13 Mar 2009
1 answer
114 views
Hi,

I am using the editor on both Firefox and Internet Explorer, but whenever I do a post back on Firefox, the text inside the content goes away unless I switch between HTML and Design modes.  On Internet Explorer it works just fine.  I was wondering if anyone else has come across the same issue, and what did you do to solve this?

Thanks.
Rumen
Telerik team
 answered on 13 Mar 2009
1 answer
87 views
Hi,


While editing with splitter or with some control using RAD, automatically showing some junk &nbsp and creatin space every time.
Can anyone  suggest, why this type of junks are showing?


Nirakar.
Tsvetie
Telerik team
 answered on 13 Mar 2009
1 answer
334 views
Hi
I've a RadEditor on a page and I wish to allow users to paste from word but for all formatting to be removed.
I try this within the radeditor control

 

StripFormattingOnPaste="MSWordRemoveAll"

 


but when I right click on the radeditor it says
Paste
Paste From Word
Paste Plain Text
Paste As Html

I only want to be able to paste the text and the formatting from word to be removed.

How do I disable the other options "Paste From Word, Paste Plain Text, Paste As Html"

Thanks
P
Georgi Tunev
Telerik team
 answered on 13 Mar 2009
4 answers
209 views
When I DataBind or Rebind by RadGraid which has a groupbyexpression.  The format gets lost.  I have to do a full postback to see the group fiends format correctly.

<GroupByExpressions>
                                                                                            <telerik:GridGroupByExpression>
                                                                                                <SelectFields>
                                                                                                    <telerik:GridGroupByField FieldAlias="&nbsp;" FieldName="ActionDay" FormatString="{0:M/d}" HeaderValueSeparator=""
                                                                                                        HeaderText="">
                                                                                                    </telerik:GridGroupByField>
                                                                                                </SelectFields>
                                                                                                <GroupByFields>
                                                                                                    <telerik:GridGroupByField FieldAlias="" SortOrder="Descending" FieldName="ActionDay"
                                                                                                        FormatString="{0:M/d}" HeaderText=""></telerik:GridGroupByField>
                                                                                                </GroupByFields>
                                                                                            </telerik:GridGroupByExpression>
                                                                                        </GroupByExpressions>


Princy
Top achievements
Rank 2
 answered on 13 Mar 2009
1 answer
151 views
Hi,


I have  a radwindow pop up on click of the edit link  from the radgrid which inherits  a master page containing radmenu however I can still see the radmenu floating on the radwindow which is very annoying .How can I remove the floating radmenu  in the radpopup window.


Thanking you in advance.
Shinu
Top achievements
Rank 2
 answered on 13 Mar 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?