Hi
I am using jqxCheckBox widgets that I create for a jqxGrid column in “createwidget” callback.
The grid itself is non-virtual and contains more rows than fit the visible area, thus has a scrollbar and re-uses the widgets when scrolling up and down.
In this context, I noticed that the “data type” of the “column” parameter of the “initwidget” callback is not always the same:
– Sometimes, it is just a string indicating the column name.
– Sometimes it is an object, whose “datafield” member indicates the name of the column.
Is this by design (then please give me some more details about this callback) or is this a bug?
Regards
Roger