Categories | Question details Back To List | ||
using loadXMLString This want to load the data in grid using ajax. I have taken the input from user and in the server side I have generated the xml string and returned it back to the client. now using loadXMLString i want to display the data in grid. but I m getting error that object does not support this property. Please Help Answer posted by Support on Mar 31, 2009 07:19 loadXMLString functionality supported by PRO version of grid only The grid.load functionality can be used not only with static XML files , but with any kind of server side script, which can output xml as string, so instead of custom loading xml string to client side you can use grid.load("some.do") where some.do - script which will generate XML string and just output it to stdout |