Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have a problem and I got stuck in that.
My Requirement is as below.

I have a bunch of csv files and using those csv file I want to generate a tree view which will have parent child relation according to some condition. I have achieved that by using a dll named "ExpandableGridView".

But I want two more columns in Data Grid View, one is DataGridViewTextBoxColumn and another is DataGridViewComboBoxColumn and the third one will be tree view that I have achived.

My Problem is that I am not able to bind ComboBox in the DataGrid.

Also There will be thousand of csv files so it would be great if you will provide me some tips to increase speed of my application.

Waiting for solutions.. Smile | :)

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900