Hi,
I've got several WebDataGrids in a WebTab and some of them use the drop down provider to display a drop down of fixed choices in a few columns. The problem I'm facing is that if I add a new row, and click in the cell to display the drop down, the drop down list sometimes displays no where near the cell I'm clicking in. I'd like it to always display underneath the cell so its consistent and predictable for my end users. Are there any EditorControl properties I can see to make that happen?
Thanks,
Jeff Balcerzak
Hi.We have a similar problem.The dropdowns moves around if the page has scrollbars.
I have tried different values (inherit, fixed, relative, absolute) for position in a stylesheet, but that makes no different.
And the problem does not appear when I'm running the solution locally.
Our build version is 10.3.20103.2217.We didn't have this problem before we upgraded from 10.3.20103.1013./Johan
Hi baileyjames,
Please provide me with your exact version build, for instance 11.2.20112.2055 so that I can test this scenario in identical circumstances.
Hi Peter. I have the same issue.
Hi Jeff,
Please do not hesitate to contact me if you are still experiencing any issues.
Thank you for posting in the community.
In this scenario it is possible that the EnableDropdownAsChild property of your provider is set to false which may cause a displacement of the dropdowncontainer. I suggest that you try setting this property to true in order to check whether this makes a difference. In order to provide more adequate feedback I would need to see your grid's markup.
Please feel free to contact me if you have any questions.