Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reogrid在显示20多万条的时候就不显示了 #529

Open
yuyangyang886 opened this issue Nov 9, 2024 · 1 comment
Open

reogrid在显示20多万条的时候就不显示了 #529

yuyangyang886 opened this issue Nov 9, 2024 · 1 comment

Comments

@yuyangyang886
Copy link

!!! Remove this before you submit the issue !!!

Providing code or test projects to reproduce the bug is important.
We may close the issue without resolving it if the issue doesn't include any sample code or reproducing steps.

Thank you for your cooperation!

Description

A clear and concise description of what the bug is.

To Reproduce

2e682bc08816dfe7c01c47fbbc8f12d

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

Press ctrl+v to paste and upload the snapshot images.
be6b5927c408610a2a2db14fe0af2d2

Edition

Which edition of ReoGrid do you using?

  • Windows Form
  • WPF

Environment

  • OS: [e.g. Windows 10]
  • Language of OS: English
@CanadianHusky
Copy link

Even if someone wanted to help you, I doubt they could because your description of the problem is not clear and you did not provide a minimized code sample to reproduce the problem.

I don't know Chinese but based on Google translation your subject says 'Reogrid is not displayed when more than 200,000 items are displayed.'

If your problem is with the number of rows, see https://reogrid.net/document/worksheet/row-and-column
The upper limit for number of rows is 1,048,576

The following code works fine, writes data, displays it and sets focus to a cell.
If you have a reproducible error you should provide a minimized code sample.

Me.ReoGridControl1.CurrentWorksheet.RowCount = 1000000
Me.ReoGridControl1.CurrentWorksheet.SetCellData(New CellPosition(999999, 1), "Test")
Me.ReoGridControl1.CurrentWorksheet.FocusPos = New CellPosition(999999, 1)

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants