Hi,
I am using the custom formatter to create a field with a link and an onclick event. I do it the following way:
function my_custom_formatter(cellvalue,…..)
{
return '' + cellvalue + ''
}
The problem is that when restoreRow is called the text in the field also includes the javascript code. When I replace the cellvalue variable with normal text everything works fine, but I need this variable inside the onclick attribute.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top