We have added a custom jqxTree in our jqxGrid, in grid, we have a status column and for that we included this jqxTree
for selecting status.
And we have added following properties for grid.
and they are editable:true
edit mode: ‘click’
But we are facing an issue while in edit mode of grid. Here once it is in edit mode by clicking on that status column,
we can able to edit status cell and at the same time, if we click on outside of grid that edit mode will be end.
Here once we clicked on jqxTree drop down, that drop down is populating and we can able to select drop down items
with in the grid area only and unable to select drop down items out side of the grid as it causing end of edit mode.
Hence, we request you to provide solution for selecting drop down items which are populating outside of the grid.