Hi,
I am passing the query column names dynamically in JavaScript to query object. Display and query are already created. In query template I have only [Param.1]. Display template is configured with query template.
I am able to display iGrid with different column names. I want to set one column as check box depending up on the query value 0 or 1. (In attached picture, I want to display check box for RUSH either checked or unchecked depending upon the column value).
Please tell me how to set check box using JavaScript.
Thanks,