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
590
How to bind the drop down list web UltraWebGrid
posted

Hi Team,

How to bind the Data Source in drop down list vb.net code. 

<igtbl:TemplatedColumn Key="Stock" AllowUpdate="Yes" Type="DropDownList" Width="100px">

<CellStyle HorizontalAlign="Left">

</CellStyle>

<CellTemplate>

<asp:Literal ID="lblStock" runat="server" Visible="false">

</asp:Literal>

<asp:DropDownList CssClass="tableElement" ID="ddlStock" runat="server" Width="100%"

AutoPostBack="false" Visible="true">

</asp:DropDownList>

</CellTemplate>

<Header Caption="Stock">

<RowLayoutColumnInfo OriginX="4"/>

</Header>

<Footer>

<RowLayoutColumnInfo OriginX="4" />

</Footer>

</igtbl:TemplatedColumn>

Help me out to reslove the Issue

 

Thanks

Ranganathan Palanisamy

Parents
No Data
Reply Children
No Data