Declined
Last Updated: 28 Oct 2014 14:31 by Steve
Created by: Steve
Comments: 2
Category: ComboBox
Type: Bug Report
0
Using the .get_value() in the OnClientDropDownClosed event of RadComboBox, produces empty value. The OnClientSelectedIndexChanged event works fine, but I need to be able to kick off the javascript even if the selected index doesn't change. 

My RadComboBox element:

<telerik:RadComboBox ID="CustomerSearch" runat="server" Width="180" Height="160"  
        MarkFirstMatch="true"  AllowCustomText="true" CssClass="CustomerSearch" AutoPostBack="false" 
        EnableLoadOnDemand="true" EnableVirtualScrolling="true" OnItemsRequested="CustomerSearch_ItemsRequested" 
        OnClientDropDownClosed="searchnav" EmptyMessage="Select a customer" DataSourceID="dsCustomer" DataTextField="CustomerName" 
        DataValueField="NavPath" BackColor="White" Skin="Forest" />

My SQLDataSource element:
<asp:SqlDataSource ID="dsCustomer" runat="server"
    SelectCommand="CustomerSearchName" SelectCommandType="StoredProcedure">
</asp:SqlDataSource>

My Javascript:
<telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
    <script type="text/javascript">
        function searchnav(sender, args) {
            var iframe = document.getElementById('ctl00_iMainPages');
            iframe.src = sender.get_value();
        }
    </script>
</telerik:RadScriptBlock>
Declined
Last Updated: 14 Jul 2014 08:13 by duraid wadie
Created by: duraid wadie
Comments: 2
Category: ComboBox
Type: Feature Request
1
We have evaluated your controls for few days for the last 3 years now. And you still dont support check boxes and load on demand. (we keep getting the same response from your forms). There are other companies already do that. If you can include this feature in your future development that will be great. As i have mentioned to your sales team about the team size and the number of license we need but unfortunately this feature is not available so we can not buy your controls. Thanks
Declined
Last Updated: 07 Apr 2014 07:28 by ADMIN
Created by: Paresh
Comments: 1
Category: ComboBox
Type: Feature Request
1
Hi,
RadComboBox does not having direct way to set its height, not dropdown height.
It is required functionality because its height should be as per website design.
Declined
Last Updated: 01 Nov 2013 13:06 by Elif
Created by: Elif
Comments: 0
Category: ComboBox
Type: Bug Report
0
Hello,

I have a resize problem for Radcombobox .I can't change the height of default textbox of combobox.

Could you please help me?
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: ComboBox
Type: Feature Request
1
Based on customer feedback:

In certain cases, the client side autowidth does not perform well enough or the results are not exactly what one would expect.

Instead, server side autowidth could do the job. True, there are drawbacks to this approach, like font name and font size, but it could be configurable.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: Tim
Comments: 1
Category: ComboBox
Type: Bug Report
0
We are using the combo box drop down:

                <telerik:RadComboBox ID="rcbAccounts" runat="server" Width="360" DropDownWidth="810" OffsetX="-200"
                    DataValueField="AcctNumber" DataTextField="DisplayString" AutoPostBack="True"
                    AllowCustomText="True" Filter="Contains" ExpandDelay="0" CollapseDelay="0" MaxHeight="300"
                    OnClientDropDownOpening="OnRcbAccountsOpening" Skin="CustomTelerikSkin" EnableEmbeddedSkins="false"
                    EnableViewState="false" EnableScreenBoundaryDetection="true" >
                    <HeaderTemplate>
                        <ul>
                            <li class="rcbColumn" style="width: 330px">Name</li>
                            <li class="rcbColumn" style="width: 70px">Acct #</li>
                            <li class="rcbColumn" style="width: 90px">Type</li>
                            <li class="rcbColumn" style="width: 150px">Address</li>
                            <li class="rcbColumn" style="width: 110px">City</li>
                        </ul>
                    </HeaderTemplate>
                    <ItemTemplate>
                        <ul>
                            <li class="rcbColumn" style="width: 330px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_NAME).ToString()%></li>
                            <li class="rcbColumn" style="width: 70px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_NO).ToString()%></li>
                            <li class="rcbColumn" style="width: 90px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_TYPE).ToString()%></li>
                            <li class="rcbColumn" style="width: 150px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_ADDR1).ToString()%></li>
                            <li class="rcbColumn" style="width: 110px">
                                <%#DataBinder.Eval(Container.DataItem, EC.ACCT_CITY).ToString()%></li>
                        </ul>
                    </ItemTemplate>
                </telerik:RadComboBox>

It looks like the attached at runtime.  My question is:  Can we align the dropdown area to be left-aligned with the control?  In some cases, the left part of the data gets cut off by the browser window.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
RadComboBox will open up in case that ScreenBoundaryDetection is enabled and there is not enough space below even if the space above is much less than below.
Like in a vertically narrow frame with the ComboBox being at the top of the page. 
It seems better to compare the space below with above and put it where there is more space.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: Yousef Salimpour
Comments: 1
Category: ComboBox
Type: Bug Report
0
There is no RTL boundary detection in ComboBox, e.g. no _elementOverflowsLeftScreenBorder in RadComboBox.DropDown.js
Declined
Last Updated: 01 Nov 2013 13:06 by Haris
rad combobox on clientblur event setting custom text fine when we are going to press tab  key but we are getting issue when we are selecting item from rad combo box manually using mouse.on clicking suppose i have text :  ils - apple  i have called onclien
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Created by: sandeep
Comments: 1
Category: ComboBox
Type: Bug Report
0
Hi There,
i am working on asp.net 4.0 with telerik asp.net ajax control. The problem i am facing is that all the controls are not working but the same files were working in asp.net 3.5, for example i am attaching a error page which is showing a radcombobox as a text box. I am not being able to figure out the issue/bug whether it is because of RadStyleSheetManager or RadScriptManager.

Kindly help me with this issue.
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Created by: Chirag
Comments: 1
Category: ComboBox
Type: Feature Request
0
There is problem selected value radcombox with Ajax modal pop up pls suggest the solution for that
1 2