Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
62 views
Hi,
I've found out that the menu is not behaving correctly (from a rendering point of view) in chrome when mixing percentage width and root item scrolling.
Here is the example.
<rad:RadMenu runat="server" ID="RadMenu1" Width="100%" EnableRootItemScroll="true">
    <Items>
        <rad:RadMenuItem Text="Menu1">
            <Items>
                <rad:RadMenuItem Text="Menu1_1"></rad:RadMenuItem>
                <rad:RadMenuItem Text="Menu1_2"></rad:RadMenuItem>
                <rad:RadMenuItem Text="Menu1_3"></rad:RadMenuItem>
            </Items>
        </rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu2"></rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu3"></rad:RadMenuItem>
        <rad:RadMenuItem Text="Menu4"></rad:RadMenuItem>
    </Items>
</rad:RadMenu>
What happens is that the submenu items Menu1_1, Menu1_2, Menu1_3 are not displayed vertically but horizontally.
Did you know about it? Is already solved in the latest versions? I'm using 2010Q2.

Best regards, Andrea Pirola
Kamen Bundev
Telerik team
 answered on 03 Sep 2010
5 answers
140 views
I have used Telerik's RadGrid 2009.1.311.35 on the project and upgraded it to RadGrid 2010.2.826.35.
The latest version seems to have equal space for every column.
Is there anyway to know what are the differences between the RadGrid on these versions?
also to achieve the old result I have to use header-style Width?
Kalyan
Top achievements
Rank 1
 answered on 03 Sep 2010
13 answers
386 views
Hi All,
I'm wondering if there is a best practice to filter DateTime Values - but using a runtime 'current time' value.
(Example: Filter All 'events' WHERE StartTime < getDate())
Thx
Anne
Top achievements
Rank 1
 answered on 03 Sep 2010
6 answers
177 views
Go to the Render In Page Root demo in IE.

Select the "false" option.

Once the page redraws, moving the cursor over an image generates the tooltip inside the RadRotator (you can just see the top of the tooltip.

Now do the same thing in Chrome.

Although the rotator stops, you never see anything of the tooltip.

-- 
Stuart
Svetlina Anati
Telerik team
 answered on 03 Sep 2010
1 answer
182 views
I am using RadControls_for_ASP.NET_AJAX_2009_1_311.
<telerik:RadComboBox ID="radProject" AutoPostBack="True" 
runat="server" DropDownWidth="240px"          onselectedindexchanged="radProject_SelectedIndexChanged"                         MarkFirstMatch="True" ondatabinding="radProject_DataBinding" Skin="Web20" 
OnClientBlur="OnClientBlurHandler">
</telerik:RadComboBox>

In this i wanted to set dropdown width for the combobox so i have set DropDownWidth = "240px". This width is required only for some logins i.e the text is long only in some cases.
My question is can i set something like minimumdropdownwith and maximumdropdownwidth so that the combobox dropdownwidth will increase or decrease based on the text that will be loaded in the Combobox.
i found a link http://www.telerik.com/help/winforms/combo_propertiessizing.html but this is for winforms. Can i achieve the same in ajax controls.
Shinu
Top achievements
Rank 2
 answered on 03 Sep 2010
2 answers
210 views
Hello,

I have the GridDateTimeColumn in my grid. When I try to sort the values it sort correctly for 2 consecutive times and when I try the third consecutive time it fails to sort.

Any help will be appreciated.
<telerik:GridDateTimeColumn DataField="lastmodified" HeaderText="lastmodified" SortExpression="lastmodified" PickerType="DatePicker" UniqueName="lastmodified" ReadOnly="true" DataType="System.DateTime" DataFormatString="{0:d}"/>
 From the database I have the values in the smalldatetime format

Thanks,
Parth
Parth
Top achievements
Rank 1
 answered on 03 Sep 2010
7 answers
243 views
Hi Telerik,

At what point are you going to completely rewrite your documentation rather than providing documentation that appears to be more aimed at selling your products rather than providing detailed ordered explainations of your component functionality rather than selective uncommented code snippets? Clear concise step by step examples covering full implementation of each component would be nice as well.

Given the cost of your components I have to say it's some of the poorest documentation I've seen.

I find myself spending more time trying to work through your confused and often inadequate documentation than I do actually developing with the controls.

Cheers,

CW
Georgi Tunev
Telerik team
 answered on 03 Sep 2010
4 answers
1.2K+ views
We are setting toolbar buttons to disabled depending on user actions, and the buttons do indeed appear disabled, but if clicked, the client-side function still executes.  Here is sample code for disabling a button - is there something more we need to do?

var toolbar = $find(treeToolbarId);  
toolbar.findItemByValue("DeleteItemButton").disable();  
 

Thanks,
Sheryl
Jimmy Vithalani
Top achievements
Rank 1
 answered on 03 Sep 2010
1 answer
75 views
I have an interesting request from the business that we are not completely sure how to do and wonder if there is a Telerik control that may aid us in meeting the requirement.

We have a search result page that has a Telerik grid, which we currently provide the user the ability to export to Excel. That same result page also has some header information regarding the search criteria that was used and other data, all loading into asp:Label controls. The business is requesting to have this header information applied to the top of the Excel export when the grid data gets exported. Currently we can't think of a way to include the data that exists outside of the grid to export to the same Excel spreadsheet, let along as the header in the spreadsheet.

Is there a Telerik control/container that may allow for this functionality, or have you a coding suggestion that might allow this to happen?

Much thanks, Fred.
Sebastian
Telerik team
 answered on 03 Sep 2010
3 answers
509 views
Hi

I use radgrid with itemtemplate like this


<ItemTemplate>
            <asp:ImageButton ID="Pict" runat="server" ImageUrl='<%# "~/mypic/" + Eval("picture") %>'
                    OnClientClick='<%# "Pic_click(" + Eval("ID") + ")" %>' />

             <div style="text-align: left">
                <br />
               <span style="font-family:Verdana; font-size: large; color: #000080;">
                    <%# Eval("Name") %>
                    </span>
                    <br />
                    <br />
               <span style="font-size:large; font-family:Verdana; color: #800000;">
                    <%# Eval("price", "{0:N} TL") %>
                    </span>
                    <br />
                   
             </div>  

             <div align="right">
                 <asp:ImageButton ID="ImageButton1" runat="server" CommandName="Add" ImageUrl="~/Common/B.png" />
             </div>

           
            </ItemTemplate>



i will put a button on page and when user clicked it i will change mygrid to standart column type grid without itemtemplates.
columns with (name, price, ....),  after reclicking will change to first type with itemtemplates.

how can i do this ?..


best regards
Princy
Top achievements
Rank 2
 answered on 03 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?