Anything that gets data from the server with a remote request will usually
break when debug output is on, as it is being added to the end of the
request.
make sure you have debug output disabled globally, you could set it in your
application.cfm/cfc as setting it in a page that calls another page will
only disable it on the calling page.

Russ

>
> On Sat, Oct 9, 2010 at 10:29 PM, fun and learning
> <funandlrnn...@gmail.com> wrote:
> >
> > Hi All -
> >
> > I am using jqgrid to display some data. This works when I turn off the
> Request Debugging Output in Coldfusion Administrator. I do not have access
> to Administrator page at my work. Using <cfsetting showdebugoutput = false>
> also does not help. Is there a way I can disable request debugging output
> through my code?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338036
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to