This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this questionDoes a valid alternative exist to the DataGridView control?
thanks
why not use excel? its like datagridview, third party though, i use it and it works out like a charm..
just put Microsoft.office.Interop.Excel
If you cannot use third-party controls, there is a free grid control at Code Project.
That depends how you wana show your data but for TABULAR data format datagridview is most used and suitable control.
If you want third party controls you can check out either DevExpress or Infragistics.
精彩评论