Add row to DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H
What is the common practice to add a new row to a DataGrid, So the "Lookand fill" will be consistent part of the DataGrid?
 
If you are binding the Datagrid with a Dataset, the properway would be to
Add the row to the dataset and then bind the Datagrid again!

/Lars


Yanir said:
Hi
What is the common practice to add a new row to a DataGrid, So the
"Lookand fill" will be consistent part of the DataGrid?
 
Thanks Netze
But I'm talking about "Lookand fill", so when I click a add button a new row will be added, with all field open as an integrative row in the DataGri

----- Lars Netzel wrote: ----

If you are binding the Datagrid with a Dataset, the properway would be t
Add the row to the dataset and then bind the Datagrid again

/Lar


Yanir said:
H
What is the common practice to add a new row to a DataGrid, So th
"Lookand fill" will be consistent part of the DataGrid
 
Back
Top