|
I'm trying to use the datagrid in a windows app that's basically a bunch of master-detail forms. My biggest problem is that I've never used winforms before since I've always worked in ASP.NET. Everything is different and more difficult here. I can't add comboboxes as easily to a datagrid column and I can't work with unbound datagrids. I'm sure this is all just because I need time to understand how this thing works, but I can't find any worthwhile sample applications.
Can anybody please point me to the right direction? |