Grid : clist does not work after changing column order

Hi,

I havea grid in which I register a ‘clist’ for one of the columns.
If I change the order of columns. clist stops working.

I looked up code and it seems that ‘grid.clists’ array use column index as its index.

I use grid v2.0, is this issue fixed in later versions ?

Thanks,
Nishan


Hello,


the issue is confirmed. Please contact us at support@dhtmlx.com, provide your ref. number and we’ll send you the fix.

Hi,

I tweaked the code to use Column ID instead of colIndex.  It works now.

Thanks,
Nishan