Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

MS Flexgrid question

I was wondering if anyone knew of a limit to the number of rows that a flexgrid can contain and display?
[104 byte] By [Shannon] at [2007-11-11 6:54:03]
# 1 Re: MS Flexgrid question
MSDN does not address this issue on their site for MSFlexGrid control, but for the MSHFlexGrid control they had this:

The minimum number of rows and columns is 0. The maximum number is limited by the memory available on your computer.

From what I have read on the subject, I believe the same holds true for MSFlexGrid.
doofusboy at 2007-11-11 17:27:48 >
# 2 Re: MS Flexgrid question
Outstanding,

Thank you!
Shannon at 2007-11-11 17:28:45 >
# 3 Re: MS Flexgrid question
There is a limit of 350,000 total cells. See:

support.microsoft.com/default.aspx?kbid=191006

In that article, MS says the flex grid help file incorrectly states that there is no limit. They also confirm that there is no limit for MSHFlexGrid.
schmoeboy at 2007-11-11 17:29:43 >