Devepress gridview ı aşağıdaki kod ile datatable aktarabiliriz.
DataTable dt = gridView1.GridControl.DataSource as DataTable;
Comments are closed