Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Editable WebDataGrid with DropDownEditor Position Issue
posted

Hi,

I have a WebDataGrid where the columns are editable. The Editor used is the DropDownProvider.

When we click on the cell, we show a dropdown as the editor to select items from the dropdown. If the cell text is small then the dropdown shows correctly within the cell. Issue ocurs when the cell text is huge. If we click on the cell, then the dropdown opened will not be within the cell. It opens at the bottom.

Please check the sample attached and provide solution for this.

STEPS TO REPRODUCE:
1. Run the attached sample code.

2. Click on any of the cells in the grid. The position of the dropdown editor is correct that is it opens correctly within the cell.

3. Now click on the button "Bind Large Text" button. This binds large text in Row2 -> Cell2.

4. Now click on the large text cell (Row2 -> Cell2) which opens the Dropdown Editor.

5. Observe the position of the dropdown editor.

Thanks,

EditableGrid.zip