column userdata

Hi,

can i set a userdata to a column inside my grid?
if not , how can i set some kind of a data container that will save some info about my columns inside the grid ?

Please advice,

Thanks .

To save additional data you may use global or rows userdata, custom attributes or hidden columns
docs.dhtmlx.com/doku.php?id=dhtm … nal_data&s[]=additional

I put userdata in xml
dDistr

and then tak it taht way
tLvl=dhxTree.getUserData(dhxTree.getSelectedItemId(),“tree_lvl”)

Maybe it will help.