tony said:
Hello,
Please check your code when you build the input. It is quite possible to have some missed ' or “.
The sinple way to test is to just make a string like this:
var activeBtn = “”;
Regards
Tried That. Same output. One thing. I am having n columns but returning (n-1) cells from the server
and have kept the last column for html button. Will this create a problem? Thanks!