Posted 13 August 2021, 4:54 am EST
This was changed in some recent version: “c1FlexGrid[row, col] = …” does not raise an exception any more when row/col is invalid, see attached sample.
I tested it with the oldest available NuGet version 4.5.20193.393, and here an error occured.
I consider this a major regression, as I am used to an error message on invalid row/col. This makes development much easier - otherwise might not even notice the wrong cell index. So, if this was in intended change, please add some property to the grid to reactivate this check.
Best regards
WolfgangFlexTest.zip