Limitations documentation

Is there any documentation on limitations for the Grid?
For example, in MS-Excel, there is a maximum of 65K rows in a spreadsheet.

I am noticing that with the Grid, once I get more than a 200 rows, things really slow down.
My current application has over 80 columns in a grid (can’t break that up). I guess I will have to look into optimization but before going any further I wanted to see if there were any hard and fast limits.

Thanks.

You can find tutorial how increase loading performance in grid here docs.dhtmlx.com/doku.php?id=dhtm … ts_loading

Note, Grid oriented on vertical datasets, with moderate number of column and not limited count of rows, its rendering for column-oriented structure if far from perfect (having more than 100 columns will have bad effects on performance)