FederalProgrammer
Programmer
I am binding my datagrid to a datatable.
All, but one of the columns are using the source datatable.
However, in one column, I'm putting a combo box that should contain numbers from 1 to n...
I have an arraylist of numbers... How can I bind this DropDownList this arraylist of numbers? My data grid is already bounded to another datasource (and I need this boundage... I just want a different boundage for this dropdown list column)
I don't have to take this approach... feel free to suggest any solution that allows me to populate these combo boxes with numbers from 1 to n without my datagrid loosing its original boundage to its datasource...
cheers!
---------------
All, but one of the columns are using the source datatable.
However, in one column, I'm putting a combo box that should contain numbers from 1 to n...
I have an arraylist of numbers... How can I bind this DropDownList this arraylist of numbers? My data grid is already bounded to another datasource (and I need this boundage... I just want a different boundage for this dropdown list column)
I don't have to take this approach... feel free to suggest any solution that allows me to populate these combo boxes with numbers from 1 to n without my datagrid loosing its original boundage to its datasource...
cheers!
---------------