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
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