Categories | Question details Back To List | ||
Show DHTMLX grid processing Hi the dhtmlx grid in the application is getting populated with rows cunt around 1000 to 50000 and it takes time to populate the grid i want to show a busy image or some kind of processing going on image in the grid till the data gets populated can you suggest me how do i do this.. Answer posted by Support on Dec 15, 2008 02:09 There are onXLS and onXLE events which, can be used for such task , please check http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=2137&ssr=yes&s=onxls You can use them to show|hide any kind of loading message ( by the way, you may think about using dyn. smart rendering mode - it will allow to show data for big dataset much faster ) |