Categories | Question details Back To List | ||
UserData with Load data from CSV file Hi I know how to set user data with XML (from your documentation) but how do you do the same when loading from a CSV file? Specifically I want each node to hold the url to an HTML file so that I can load that in another area in the browser. Thanks! Rob Answer posted by Support on Mar 13, 2008 01:53 The CVS is a plain format, so userdata can't be stored here If you need store some additional data in case of CSV you can try to use hidden column - just define one extra column in grid and make it hidden, so extra data in CVS will load as values of hidden column and while not visible, it will be accessible by default data API |