This is a migrated thread and some comments may be shown as answers.

Postback when clicking down arrow.

1 Answer 49 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kim
Top achievements
Rank 1
Kim asked on 28 Jun 2016, 07:18 AM

I have a combo with Autopostback = false. When I click on the small arrow to pull the contents down, its triggers a postback, but if I click the text area, its does NOT cause a post back (which is what i want).   This ONLY happens then RenderMode="Lightweight" 

The combo is in the <EditItemTemplate> of a radgrid,

 <telerik:GridTemplateColumn HeaderText="Days" ItemStyle-Width="240px"  >

                            <ItemTemplate>
                            <%#DataBinder.Eval(Container.DataItem, "Status")%>
                            </ItemTemplate>
                        
                            <EditItemTemplate>
                            <telerik:RadComboBox RenderMode="Lightweight" runat="server" ID="RadComboBox1" DataTextField="Day" 
                                DataValueField="DayID" OnDataBound="RadComboBox1_DataBound"  >
                            </telerik:RadComboBox>
                            </EditItemTemplate>
                        </telerik:GridTemplateColumn>

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 30 Jun 2016, 02:34 PM
Hello Kim,

I am afraid we were unable to reproduce your problem. Please find attached the web form pages we used from the Grid - Combo in Grid online demo to recreate your scenario. Would you please modify them so that ComboBox exhibits this unexpected behavior? Thus, we will be able to locally investigate the issue and help you in the most effective way. You could also modify the pages and send them as an attachment in a support ticket.

Regards,
Peter Milchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ComboBox
Asked by
Kim
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or