You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code dosen't work: Serializer.findProperty("checkboxbase", "colCount").defaultValue = 0;.
The default value for this property is still 1.
The expected behavior, the default propety value should be changed to 0.
The text was updated successfully, but these errors were encountered:
RomanTsukanov
changed the title
It is impossible to change colCount property default value
It is impossible to change the default value of the colCount property
Nov 14, 2023
The following code dosen't work:
Serializer.findProperty("checkboxbase", "colCount").defaultValue = 0;
.The default value for this property is still
1
.The expected behavior, the default propety value should be changed to
0
.The text was updated successfully, but these errors were encountered: