I am using MyTableGrid to show an Excel like control in my webpage.
The cells are referenced with ids like \"mtgIC1_0,2\" for table 1, column 0, row 2.
Unfor
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")
However if you escape the comma it should still work
e.g
$('#mtgIC1_0\\,2')