hi Kai,
its resolved, below are my answers:
- check boxes issue: this was due to no model binding, i missed it :-(
- row ids of getRow method: this is due to fixedRowCount property of the table. it will always results from row0 to row9 if the fixedRowCount is set to defaul (10). If its set as Auto .. then it rowid# grows as accordingly.
though i've this figured out, my requirement is not met. i'e' when a user click on checkbox.. i've a logic that prevents him for checking and displays a popup. i'm using below code for it:
rows[i].getCells()[1].setChecked(false);
i'm not sure on how to handle this as rows[i] can never gives be the actual row-id..., this item is still open.
as i've my answers for original questions, i'm closing this thread. will open if needed on setChecked(false) issue.
thanks for your followup again Kai on JS Bin, let me know if you've any other ways of setChecked(false) if not from rows[i].getCells()[j].setChecked(false);