Problem with binding interface to DataGridView

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Agnieszka
    New Member
    • Feb 2010
    • 1

    Problem with binding interface to DataGridView

    Hello,

    I developed two interfaces, one of them inherits from the another one. Then I wanted to set DataGridView datasource on the inherited interface - and, what a shame - it displays only the properties declared in the inherited interface, and ignores the properties declared in a basic interface.
    I found some solution, that I should write my own TypeConverter for my interface and override GetProperties method, but I couldn't find the way how to do that.
    Can anybody help me?

    Agnieszka
Working...