Hi there,
i faced a problem in datagridviewcomboboxcell
i want to bind different data in comboboxcell at every row according to value of cell at the same row
i search the web but all examples depend on the data of the datasource previosly added and didn't depend on the row

This link shows one being populated with simple values, but I would imagine if you looped the results of multiple sources, it would work.

Also, if you use LINQ and combine the sources into one output with a select new {}, you could probably do the same trick without the looping.

thanks thines01 for your reply
my data comes from database according to every row i had to create a table and add rows to it each time row added to dgv and filter it but when i do this the error object set to null

is there any idea for the problem

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.