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

Dropdownlist inside a grid

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
carlos
Top achievements
Rank 1
carlos asked on 09 Dec 2008, 05:05 PM
hy friends,

I ´d like to insert a Dropdownlist inside a grid (a column that I converted to an Itemtemplate) but its not working when I try to insert a new record.I think I need to insert a black record, but I dont know how.
 how can I achive this?


thanks a lot

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 10 Dec 2008, 03:21 PM
Hello carlos,

Here is an example:

<asp:DropDownList ID="DropDownList1" AppendDataBoundItems="true" runat="server">
    <asp:ListItem Text="" Value="" />
</asp:DropDownList>

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
carlos
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or