I saw the below thread,
But i am unable to understand this line
Setting the selection to a specific record where rec is something you got from getSelectedRecords or from the model.
ig$.interactiveGrid("setSelectedRecords", [rec]);
If i tried to hard code values the checkbox ticked everything fine. ig$.interactiveGrid("setSelectedRecords", ["7980"]);
Same if i pass in a variable its not working
for example
rec="7980"
ig$.interactiveGrid("setSelectedRecords", [rec]);
Can any one please let me know where i am doing wrong.