Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
Dropdowns are not openeing in RowTemplate.
posted

 

I am using  2010 volumn 1 version. how to solve this

Parents
No Data
Reply
  • 411
    posted

    this is also happening on an unbound dropdown like this:

                                                <ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px">

                                                    <Items>

                                                        <ig:DropDownItem Text="1" Value="1" />

                                                        <ig:DropDownItem Text="2" Value="2" />

                                                    </Items>

                                                </ig:WebDropDown>

    I think there is something in the template that won't allow the drop down to open...

Children