display more information when cell is clicked\hovered ?

Hi,

I’m looking at using the Gird control and I was wondering if there’s anything within the suite that enables a pop-up to appear with more information (got form a HTTP request based on the information in the cell)?

In this case it’s a table of data with a foreign key, when hovered over (or maybe clicked on) I’d like to display some information relating to the foreign key.

Thanks,
Matt

You can show dhtmlxWindow when click on the grid cell and load in it necessary information based on id and index of clicked row.

To detect if cell was clicked you can use “onRowSelect” event docs.dhtmlx.com/doku.php?id=dhtm … nrowselect
More information about dhtmlxWindow you can find here docs.dhtmlx.com/doku.php?id=dhtmlxwindows:toc
Samples are available here dhtmlx.com/docs/products/dht … s/samples/

Also you can create custom eXcell type. Please check more information here docs.dhtmlx.com/doku.php?id=dhtm … l_creation