Categories | Question details Back To List | ||
Load grid on mouseover Hi guys Is it possible for me to load the grid (XML file) only when a user moves the mouse over the grid? Thanks, B Answer posted by Support on Mar 20, 2008 06:19 Basically you can attach onMouseOver event and call loadXML from it, but if you mean loading data dynamically while user scrolls grid - it has built in support http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html?un=1206020073000 |