vote up 0 vote down star

Hi everyone, I'm trying to create a custom gridview similar to the one present in SQL Management Studio for mapping fields to another database. alt text

I tried to create a custom datagridviewrow with custom cellviews with controls inside and all I get are empty cells inside.

alt text

Does anyone have a good idea how I can get this working. I've looked at other posts and I don't think they apply in this case.

flag

To what are you binding the DataGridView? (DataTable, Collection)? Also, when you mention custom cells, what do you mean? Are you trying to add combo boxes? – Greg Ogle Feb 18 at 14:53
There is no binding in the traditional sense. I have a collection of column names and I create the row for each item. Each row has a checkbox column, name column and a combobox with the destination. I just need to iterate through the datagrid to find which columns get used and where they go to. – Joe Chin Feb 18 at 16:28

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.