description
Hi,
I believe there is an issue with the IsIgnoreValue method in the JQueryScriptBuilder class. Specifically with the 'string' comparison.
Line #610: if (compareValue.ToString() == valueType.ToString())
Should read: if (compareValue.ToString() == value.ToString())
Cheers,
Pat