Hi,
What is maximum number of rows in a WinGrid.
When I tried, after 19000 it is not adding a new row.
Is this related to the memory of the machine.
regards,
pgr2007
There is no imposed maximum limit to the number of rows; in fact, the LoadOnDemand sample included with NetAdvantage shows a grid with a million rows. I just created a grid programmatically with 20,000 rows in a DataTable and it was working fine for me. What is the problem that you are seeing? It's possible that your DataSource doesn't allow this many rows.
-Matt
Thanks for the reply.
I am using Typed dataset of Visual Studio 2008 for binding the grid.
Do you know the maximum limit of this dataset?