G
Guest
Hello there,
I wrote my own DataDridViewTextBoxCellEx, inherited from
DataGridViewTextBoxCell which accepts an integer (index) as value and
displays the correspondign string out of a dictionary collection.
Now I want to use data binding to connect this collection (a private member
and public property of my DataGridViewTextBoxCellEx) to a database.
Principly I want to do exactly, what the DataGridViewComboBoxCell does, so I
could use that and overwrite the paint event, but I planed to extend my
TextBox with an icon which then must be binded too.
Hoping for help,
Robert
I wrote my own DataDridViewTextBoxCellEx, inherited from
DataGridViewTextBoxCell which accepts an integer (index) as value and
displays the correspondign string out of a dictionary collection.
Now I want to use data binding to connect this collection (a private member
and public property of my DataGridViewTextBoxCellEx) to a database.
Principly I want to do exactly, what the DataGridViewComboBoxCell does, so I
could use that and overwrite the paint event, but I planed to extend my
TextBox with an icon which then must be binded too.
Hoping for help,
Robert