Hi everybody,
Just wondering whether it's possible to add combo boxes to cells within DataGrids.
Any suggestions would be appreciated.
Thanks.
Printable View
Hi everybody,
Just wondering whether it's possible to add combo boxes to cells within DataGrids.
Any suggestions would be appreciated.
Thanks.
is that you are interstde that any combobox at runtime you show on the datagrid.
as we follow in vb cod
Biswajit das
:D
Hi
Its possible.
The thing u need to do is to put a combobox on the form at design time . And at runtime define the top,width,height,left properties to the cells top,width,height,left resp.
by this way the combox will just overlap with the cell.
now u can do whatever u like with it..
Hope it helps !!!!:)