Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
133 views
My menu is defined like this

Menu->MenuItem->MenuItems (and children)

I have a button to show the first menu item, but how can I remove the animation for JUST that menuitem so it's children still expand with the Right Animation?

Steve
Yana
Telerik team
 answered on 09 Sep 2010
2 answers
128 views
Hello,

How do I make the RadSplitBar look "thicker" just like this one [the inner Splitter's bar]:

http://demos.telerik.com/aspnet-ajax/splitter/examples/nestedsplitters/defaultcs.aspx

I tried to put some width/height on RadSplitBar but to no avail.

Any ideas?

Thanks!

kith
Top achievements
Rank 1
 answered on 09 Sep 2010
7 answers
311 views
every time i trigger the TimePicker to pop-up, it still has the previously selected times focused/highlighted. see attached screen shot. how do i set the focused/highlighted time client-side?
Jeff
Top achievements
Rank 1
 answered on 08 Sep 2010
1 answer
136 views
I have a Rad combobox and right under the combobox there is a radmenu.  The Combobox display under the menu.  I want the combo box to display over the menu.  Is there a way.
Cori
Top achievements
Rank 2
 answered on 08 Sep 2010
1 answer
126 views
We are using Editor control as a Word processor. While printing we want to set different Header and footer for different pages. Can i identify how much data should be in page1 and from where page2 should start when i'll print my page.
Rumen Jekov
Top achievements
Rank 1
 answered on 08 Sep 2010
1 answer
256 views
I am using radeditor in edit template of gridview

<telerik:RadEditor ID="txt_ft_comments" OnClientLoad="OnClientLoad" SpellCheckSettings-DictionaryPath="../App_Data/RadSpell/en-US.tdf" SpellCheckSettings-SpellCheckProvider="EditDistanceProvider"  SpellCheckSettings-DictionaryLanguage="en-US,English" SpellCheckSettings-WordIgnoreOptions="None" SpellCheckSettings-AllowAddCustom="true" runat="server" ImageManager-ViewPaths="~/images" Height="250px">                        
                    <Tools>  
                <telerik:EditorToolGroup
                    <telerik:EditorTool Name="Print" Visible="true" />
                    <telerik:EditorTool Name="SpellCheck" Visible="true" Enabled="true" />
                    <telerik:EditorTool Name="FindAndReplace" Visible="true" />
                    <telerik:EditorTool Name="SelectAll" Visible="true" />
                    <telerik:EditorTool Name="Cut" Visible="true" />
                    <telerik:EditorTool Name="Copy" Visible="true" />
                    <telerik:EditorTool Name="Paste" Visible="true" />
                    <telerik:EditorTool Name="Undo" Visible="true" />
                    <telerik:EditorTool Name="Redo" Visible="true" />
                </telerik:EditorToolGroup>
                <telerik:EditorToolGroup>
                    <telerik:EditorTool Name="Superscript" Visible="true" />
                    <telerik:EditorTool Name="Subscript" Visible="true" />
                    <telerik:EditorTool Name="InsertParagraph" Visible="true" />
                    <telerik:EditorTool Name="InsertGroupbox" Visible="true" />
                    <telerik:EditorTool Name="InsertHorizontalRule" Visible="true" />
                    <telerik:EditorTool Name="InsertDate" Visible="true" />
                    <telerik:EditorTool Name="InsertTime" Visible="true" />
                </telerik:EditorToolGroup>
                <telerik:EditorToolGroup>
                    <telerik:EditorTool Name="StyleBuilder" Visible="true" />
                    <telerik:EditorTool Name="FontName" Visible="true" />
                    <telerik:EditorTool Name="FontSize" Visible="true" /> 
                </telerik:EditorToolGroup>
                <telerik:EditorToolGroup>
                    <telerik:EditorTool Name="Bold" Visible="true" />
                    <telerik:EditorTool Name="Italic" Visible="true" />
                    <telerik:EditorTool Name="Underline" Visible="true" />
                    <telerik:EditorTool Name="StrikeThrough" Visible="true" />
                    <telerik:EditorTool Name="ImageManager" Visible="true" />
                </telerik:EditorToolGroup>
                <telerik:EditorToolGroup>  
                    <telerik:EditorTool Name="JustifyLeft" Visible="true" />
                    <telerik:EditorTool Name="JustifyCenter" Visible="true" />
                    <telerik:EditorTool Name="JustifyRight" Visible="true" />
                    <telerik:EditorTool Name="JustifyNone" Visible="true" />
                    <telerik:EditorTool Name="Indent" Visible="true" />
                    <telerik:EditorTool Name="Outdent" Visible="true" />
                    <telerik:EditorTool Name="InsertOrderedList" Visible="true" />
                    <telerik:EditorTool Name="XhtmlValidator" Visible="true" /> 
                </telerik:EditorToolGroup>
                <telerik:EditorToolGroup>
                    <telerik:EditorTool Name="ForeColor" Visible="true" />
                    <telerik:EditorTool Name="BackColor" Visible="true" />
                    <telerik:EditorTool Name="InsertSymbol" Visible="true" />
                    <telerik:EditorTool Name="InsertTable" Visible="true" />
                    <telerik:EditorTool Name="InsertFormElement" Visible="true" />
                    <telerik:EditorTool Name="ConvertToLower" Visible="true" />
                    <telerik:EditorTool Name="ConvertToUpper" Visible="true" />
                    <telerik:EditorTool Name="Zoom" Visible="true" />
                </telerik:EditorToolGroup>
           </Tools>
        </telerik:RadEditor>

i have added the concerned handlers in web.Config
so when i try to use spell check it gives a dialog box saying that Command Spell check has not been implemented.
any inputs on this is appreciated.......

Rumen Jekov
Top achievements
Rank 1
 answered on 08 Sep 2010
3 answers
185 views



- i can expand each grid row to see the nested table
- if i click on another row it closes the first
- however i have no way to close them all. i can not close the current one by clicking it again

   <telerik:RadGrid ID="RadGrid1" runat="server"  AutoGenerateColumns="False" Width="75%"   
                    Skin="Hay" HorizontalAlign="Center" AllowMultiRowSelection="False" 
         AllowPaging="True" PageSize="5" GridLines="None" AllowMultiColumnSorting="True"   
                    > 
        <MasterTableView  DataKeyNames="ContentID"   
            GroupLoadMode="Server">  
            <Columns> 
                <telerik:GridBoundColumn DataField="Question" HeaderText="About" SortExpression="Question" 
                    UniqueName="Question">  
                </telerik:GridBoundColumn> 
            </Columns> 
           
            <NestedViewSettings> 
                <ParentTableRelation> 
                    <telerik:GridRelationFields DetailKeyField="ContentID" MasterKeyField="ContentID" /> 
                </ParentTableRelation> 
            </NestedViewSettings> 
            <NestedViewTemplate> 
                <asp:Panel ID="NestedViewPanel" runat="server"  CssClass="viewWrap">  
                    <div class="contactWrap">  
                        <fieldset style="padding: 2px;">  
                            <legend style="padding: 2px;"><b>Answer</b> 
                            </legend> 
                           <table> 
                                
                                    <tr> 
                                        <td> 
                                            <table> 
                                               
                                                    <tr> 
                                                        <td> 
                                                            <asp:Label ID="cityLabel" Text='<%#Bind("Answer") %>' runat="server"></asp:Label> 
                                                        </td> 
                                                    </tr> 
                                                    <tr> 
                                            
                                            </table> 
                                        </td> 
                                    </tr> 
                                 
                            </table> 
                        </fieldset> 
                    </div> 
                </asp:Panel> 
            </NestedViewTemplate> 
        </MasterTableView> 
        <PagerStyle Mode="NumericPages"></PagerStyle> 
      
    </telerik:RadGrid> 
Bill Spaulding
Top achievements
Rank 1
 answered on 08 Sep 2010
1 answer
116 views
We discovered the Inputsettings mousewheel and up arrow / down arrow Increment / Decrement functionality accidentally during testing.  There is no scenario in our application where we would like the value as entered by the user to be changed by the arrow keys or mousewheel.  Is it possible to globally remove this behavior in an application or at least on a page-by-page basis?

I'd rather not have to find each text box and execute javascript on every page of the application at this point.
Daniel
Top achievements
Rank 1
 answered on 08 Sep 2010
1 answer
141 views
Hi team,

I have a problem with my level1 items in my 8 column RadSiteMap. How can I get my items to be shown vertically one by one and not on top of each other?

//Johnny
Veronica
Telerik team
 answered on 08 Sep 2010
3 answers
120 views
My doubt is

  • How can i get the id of only checked parent and child items
  • How can i store that id in SQL

The table structure to store is show in attachement. I need to store the checked values and id in this structure

How can i?  Please help...
Nikolay Tsenkov
Telerik team
 answered on 08 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?