I added my custom control in datagridviewcel l and I override the paint
method to be visible in design mode ,but I still have a problem
my custom control is custom comboBox and I need to Initiate it after loading
its column because I take its datasource from owing column datasource
I tried to make this in the constructor of the cell but I find the owning
column null
any help will be appreciated
method to be visible in design mode ,but I still have a problem
my custom control is custom comboBox and I need to Initiate it after loading
its column because I take its datasource from owing column datasource
I tried to make this in the constructor of the cell but I find the owning
column null
any help will be appreciated