Userdata in columns for dhtmlxGrid

Hi,



Can there be UserData in each column element of Head section in dhtmlxGrid.

if yes then how can i access it??



Thanks

Unknown tags and attributes inside the head section just ignored.
You can use global level userdata for the same task



… any config here …

some
some


var data0 = grid.getUserData("",“column0_data”);


But i want to give some additional data for that column. which will be applciable for all column.



Now whenever a row is added i can just take some data from that column and process my logic according do different data on different columns.



I want something which will give me additional data specific to column level



 



Thanks

Unfortunately there is no way add user data for the whole column.
Please find more information about storing additional data here dhtmlx.com/docs/products/dhtmlxG … t_userdata