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?
A general typed DataSet shouldn't have this arbitrary limitation either, unless somehow the bound table has a limitation as such. Offhand, I'm not away of properties on the DataTable that would limit the maximum number of rows, though. You should submit this to Developer Support so that they can look at it, as I can't really tell what the problem might be.