How would I add a cell to a DataView that was toggleable between True and False like the dataview in the Microsoft Visual C# properties window? I can only find a way to add a text box type cell to it, but I need to add a toggleable one, and also a dropdown list type. Thanks for any help.
+1
A:
I think you mean the PropertyGrid. If that's the case, it's as simple as handing it a class with a boolean property.
Mark Brackett
2010-05-16 00:26:46
Thanks, perfect answer. I was using a DataView but PropertyGrid is far better, thanks.
Nilbert
2010-05-16 01:56:41