Hello jQWidget team,
Background:
We are trying to implement some automation scripts to identify and act on the jqwidget controls.
Issue:
We are able to work on most of the controls, however, we are finding difficulties in identifying state (checked/unchecked) of check-box in grid cell.
We can identify the state if checkbox is used as a separate control and not rendered in grid cell through “area-checked” property.
However, the same property is not available when we manipulate state of grid cell.
Can you help us in this matter on how we can identify current state of checkbox in grid cell.
Thank You,