Error using sections in grid layout
I Created a grid layout and Inserted two columns. In the first column, we included a section A with an autocomplete field and a grid layout. In the second column, we included a section B with only an autocomplete field.
if we press the down key on the field of section A, we get no error. If we press the down key on the field of section B, we get an error
If we put section B in the first column and then section A in the second column, if we press the down key on the field of section B, the error is gone.
I think the problem is that when section B is after section A, the system is trying to find section B in the class of the property of the grid layout in section A which is different than the actual class.
Does anyone know how can we fix this?
Message was edited by: Lochan to add Category