We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Used with MemoryWorkbook LoadCSV throws System.NullReferenceException. CSV.cs Line 126 has following code and controlAdapter is null.
this.controlAdapter.ChangeCursor(CursorStyle.Busy);
To Reproduce
var grid = ReoGridControl.CreateMemoryWorkbook(); var sheet1 = grid.Worksheets[0]; sheet1.LoadCSV(file,Encoding.ASCII);
Expected behavior LoadCSV succeeds like Load() Method.
Edition Which edition of ReoGrid do you using?
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks! This should be fixed.
Sorry, something went wrong.
fix null pointer exception, relates to #383
2f4d878
Thanks, great job!
Merge from https://github.com/unvell/ReoGrid: fix null pointer except…
e37ad68
…ion, relates to unvell#383
No branches or pull requests
Describe the bug
Used with MemoryWorkbook LoadCSV throws System.NullReferenceException.
CSV.cs Line 126 has following code and controlAdapter is null.
To Reproduce
Expected behavior
LoadCSV succeeds like Load() Method.
Edition
Which edition of ReoGrid do you using?
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: