Conext menu works fine with images in cell, however if I change it to table data, such as:
<![CDATA[1 | 2 |
3 | 4 |
Right click on the area covered by the table will not show the context menu, how to fix it?
Conext menu works fine with images in cell, however if I change it to table data, such as:
<![CDATA[1 | 2 |
3 | 4 |
Right click on the area covered by the table will not show the context menu, how to fix it?
Unfortunately it’s not available to use the context menu in the table attached to the grid’s cell.
This clearly is a bug in the package, please fix or suggest alternatives instead of just saying the “feature” is not available. Thanks!
While grid supports the html content in it’s cells, this support is limited. As grid itself based on table tag, it can’t handle tables in their cells corectly. Unfortunately it can’t be fixed easily.