I was just wondering if there is a way to retrieve a grid’s cell value in another tab. The tabs are all iframes-on-demand.
Basically, what I have is a page where a user performs a search for a member. The search results are displayed in a grid.
The user can then double click on a row in the grid and that takes them to another tab, which has nested tabs (iframes-on-demand as well). I need to retrieve the cell value of the selected row so I can display correct information.
This doesn’t work. Neither onRowSelect nor onBeforeSelect are triggered when a cell is selected. What event can be used to know which cell has been clicked?
This is a really stupid solution, but it’s the only one that works:
document.getElementsByClassName("cellselected")
Something better needs to be provided.
Edit: I found this, which is some of the functionality, but there’s still no event for selecting a cell listed in the public API unless it isn’t named very well.
Note, API related to the default selection can’t be used with the alternative types (as alternative types are not really a selection, they are just marking.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan