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

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