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
80
Web Dropdown inside rowedit template of webgrid
posted

Hi ,

I have added a webdropdown control inside a rowedittemplate of WebGrid.

Some how the dropdown list does not open up i.e. i can view the items in the list

 <ig:WebDropDown ID="WebDropDown1" DataSourceID="SqlDataSource1" DisplayMode="DropDownList" TextField="Name" ValueField="ID" runat="server" Width="200px">
                                             </ig:WebDropDown>

 

Please let me know,

thanks