I want to know is there any property with the help of which i can restrict the number of rows in UltraGrid. If yes, then please tell me the property and the syntax
Hi,
I'm not sure exactly what you mean. You can use the AllowAddNew property on the grid's Override to disallow the adding of rows to the grid. So you could change this property setting once the row count reaches a certain number.