Hi Everyone,
Is there any way to add a new Row in the Grid Dynamically with and without values in the cells?
Please help me to find this.
Ferdin
Mike
Thanks for your reply. It is working fine with the sugesstion given by you.
You can also use the AddNew method on the band to add rows directly to the grid.
You can always insert the row in your datasource.
I usually work with a bindingsource and dataset, so what I do is add the row in the bindingsource
bindingsource.AddNew()