Posted 14 September 2022, 12:23 am EST
We updatet from Version 4.5.20212.520 to 4.5.20222.566. Now we are having problems within codeparts that did work fine before. Situation: Flexgrid with 3 rows. All 3 are set to IsNode = true. Row 1 is set to Node.Level = 0 Row 2+3 are set to Node.Level = 1. An error does now occur in a method that tries to set IsNode to false in all rows . Row 1 can be set to false without problems, for row 2 “Row.IsNode = false” throws the following error: This row is not node! bei C1.Win.C1FlexGrid.Row.e() bei C1.Win.C1FlexGrid.Row.d() bei C1.Win.C1FlexGrid.GridTree.a(Row A_0, Boolean A_1) bei C1.Win.C1FlexGrid.Row.set_IsNode(Boolean value)
Is this an already known problem? Or are there any hints for this error?