M MSNewsGroup Dec 3, 2003 #1 i've a DataGrid and some rows,how can i get the special cell's value. please help me thanks.
D Dmitriy Lapshin [C# / .NET MVP] Dec 3, 2003 #2 You can either: 1. Query the grid's Item indexer (accepts row and col indexes as far as I remember) 2. Query the bound data source.
You can either: 1. Query the grid's Item indexer (accepts row and col indexes as far as I remember) 2. Query the bound data source.