Hi,
I've found several examples of how to bind GridDropDownColumns to SQLDataSources and such, but not how to bind such column to an ordinary List or DataTable.
I know that I can use a GridTemplateColumn containing a dropdown-control and populate the control in the event handler of ItemDataBound, but a more direct approach where the column is bound to something in the grid's datasource would be a lot nicer.
Is this possible?
Thanks!
I've found several examples of how to bind GridDropDownColumns to SQLDataSources and such, but not how to bind such column to an ordinary List or DataTable.
I know that I can use a GridTemplateColumn containing a dropdown-control and populate the control in the event handler of ItemDataBound, but a more direct approach where the column is bound to something in the grid's datasource would be a lot nicer.
Is this possible?
Thanks!