why we use DataRow when we enter data in Gird
myRow = myTable.NewRow();
myRow[colNum] = myValue;
myTable.Rows.Add(myRow);
We dont pick directly from DataGrid;
|
Results 1 to 2 of 2
Thread: Why we USe DataRowThreaded View
|
Click Here to Expand Forum to Full Width |