Page 1 of 1

ConLib CategoryGridPage items not using parameters

Posted: Wed Aug 08, 2018 10:38 am
by cdgaefke
Hello, I'm using GoldR12 build 9168.

Trying to customize a category page to turn on or off different parameters. It seems the system honors some of the parms, and ignores the others?

So instead I went into the underlying CategoryGridPage4.ascx, found the line that determines whether ShowSummary, and it was hard coded to 'true', which matches what I found (my showsummary parm was ignored). I changed that to 'false', and voila, the summary no longer shows.

Is there a reason this parm, and others, appear to be hard coded?

Thanks!