J Jason Sep 29, 2005 #1 Is there a way to do this after you have bound it? I am just wanting to add another record that will be displayed.
Is there a way to do this after you have bound it? I am just wanting to add another record that will be displayed.
D DraguVaso Sep 30, 2005 #2 You can add a row to your DataSource (DataTable in your case?), which will be displayed in the DataGrid afterwarths.
You can add a row to your DataSource (DataTable in your case?), which will be displayed in the DataGrid afterwarths.