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
You can also use the AddNew method on the band to add rows directly to the grid.
Mike
Thanks for your reply. It is working fine with the sugesstion given by you.