N
Neil Walters
Hi
Given a DataRow, is it possible to efficiently (wihtout trawling
through them all) get hold of the corresponding DataGridRow.
I have a value and want to programatically select the row in the
datagrid that contains the value. I can get hold of the DataRow by
DataRow dr = this.dataSet.Table.Rows.Find(value);
but cannot get the DataGridRow.
Thanks
Neil.
Given a DataRow, is it possible to efficiently (wihtout trawling
through them all) get hold of the corresponding DataGridRow.
I have a value and want to programatically select the row in the
datagrid that contains the value. I can get hold of the DataRow by
DataRow dr = this.dataSet.Table.Rows.Find(value);
but cannot get the DataGridRow.
Thanks
Neil.