How to create a customized DataGridViewColumn

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tarek Al-Jamal

    How to create a customized DataGridViewColumn

    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

Working...