Hello,
we are trying to set maxPanelCount property of a dynamic panel to a value greater then 100 but it just clears the value. If the value is less then 100, it gets set. For example, you can load this survey in online creator:
{
"pages": [
{
"name": "page1",
"elements": [
{
"type": "paneldynamic",
"name": "question1",
"maxPanelCount": 99
}
]
}
]
}
Simply entering Max Panel Count property with a value 101 it clears it instead of saving it.
Is there some other property controlling this behavior?
With regards,
Petar Weigand