Hi Helen,
I had the same problem. I found a way out just now.
see my thread
Hope that helps,
Preethi...
User Profile
Collapse
-
To enable this, two versions of the filtered list (subcategory) need to be created.
Heres how I did it:
...Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DataGridProblem { public partial class Form1 : Form {Leave a comment:
-
DataGridView ComboBoxCell, ArgumentException
Hello,
I'm designing a DataGridView that has a few combobox columns.
As the user selects a value from a ComboBoxCell in a row. I want to populate another ComboBoxCell in the same row with the corresponding dataset.
for eg:
step1: ComboBoxCell1 - Items: Categories
[Authors: "Ayn Rand", "George Orwell", "Joseph Heller" etc...]
step2: ComboBoxCell2 Items:...
No activity results to display
Show More
Leave a comment: