I am facing a problem with my project. I want to Update my database through DataGrid Object which is a tabular one right !.
But, I want to control the number of empty rows that are available.
But it has only one empty row that means i can enter only one recorde at a time???? I looked at the properties of the datagrid but i found only this
DataGrid1.AllowAddNew = True which allows me to add only one record
So, what if the user want to enter lets say five or six records and there is only one empty row how to solve this problem??
I tried to use MSHFlexGrid But it does not support updating option. I can only display my database through it?
Any help or comments??