I'm getting the following error when Crystal tries to show a report "syntax error, Unrecognized Expression: input#__CRYSTALSTATEct100$ct100$CPHMain%CPHSub$ConatinerDiv". It looks like Crystal is trying to run a jquery selector using the generated id of some hidden input. Since dollar signs need to be escaped from jquery selectors this is failing. Does anyone know how I can a) Get the same effect as "ClientIDMode = Static" on this input or b) escape the dollar signs before that string makes it to the call?
↧