I was wondering what folks here use for grids. Is the standard datagrid used, is there a Stratframe grid or is a.n.other grid used.
This is actually going to be part of the UI design portion of the class as this is a common questions, "When to use grids." But in regards to which grid to use, the most commonly used are the DataGridView and the Infragistics grid. There are also a lot of developers who use the DevExpress grid as well.
Unless you are going to have complicated needs (i.e. data bands, etc.) then the DataGridBiew will probably meet your needs...you can also extend this grid as much as you need by creating your own classes, subclassing this grid, etc. to make it do what you need.