F
Fred Morrison
Is it just me or is there something grossly wrong with the Windows Forms
DataGrid control that won't tell me the row count inside it? I'm not
talking about just visible rows (what the heck good is that, pray tell?). I
want the TOTAL rows count in the DataGrid control. Oh sure, there could be
a bound DataTable, DataView, or whatever that can be rextracted; but, that
means my User Interface has to know something about how the data was bound.
Hey Microsoft. How about a DataGrid.Rows.Count method in the next version?
DataGrid control that won't tell me the row count inside it? I'm not
talking about just visible rows (what the heck good is that, pray tell?). I
want the TOTAL rows count in the DataGrid control. Oh sure, there could be
a bound DataTable, DataView, or whatever that can be rextracted; but, that
means my User Interface has to know something about how the data was bound.
Hey Microsoft. How about a DataGrid.Rows.Count method in the next version?