Does anyone know if there is a row or column limitation for the UltraGrid? If so, what are they?
Thanks
There is no arbitrary limit to the number of rows or columns in the grid.
Is there a way to establish a row limitation if you desire one?
Hi Evan,
Well... you could just disable AllowAddNew once the maximum number of rows has been reached. You would have to trap any place where the user can add new rows and then check the rows.Count after each new row is added and if the limit has been reach, set AllowAddNew to No.