Categories | Question details Back To List | ||
ONXLE event Hi I used dhtmlgrid. Is there any reason the code not calling onXLE event after loading data. In my code i used smartrendering and splitAt() functionality.In that data is loaded correctly.But OnXLE event is not calling.In XLE event i called one function. I wrote spliAt() functionality after init() and smartrendering before init() please provide me solution Thanks Answer posted by Support on Dec 11, 2008 07:16 The event will be called for any successful operation. It will not be triggered only if error occurs during XML loading ( incorrect XML, or some similar reason ) |