Hi all. I am retrieving a template via an ajax call. That template contains a 
cfgrid. I have already overcome the issue of having to import the 'grid' tags 
via cfajaxproxy in the parent page, but am not getting a JS error when the grid 
loads after the call. Here is the error (from Firebug):

this.refresh is not a function
GridView()
grid.js (line 13)
delay()
prototype.js (line 232)
[Break on this error] 
Ext.grid.GridView=function(_1){Ext.grid.GridView.superclass.constructor.call(thi...

A couple of other relevant factoids:
1. when I navigate directly to the ajax url in the browser, my grid loads up 
with no errors and is populated (refreshed); 
2. using the ajax retrieval, the headers load up but no data is present (no 
refresh...makes sense based on the error), but if i click a header to resort 
the column my data does appear.
3. I am loading Prototype.js in my parent page

My theory at this point is that there's another library I need to be importing 
via cfajaxproxy, but I have no idea which one it might be. My alternate theory 
(and the one I hope isn't the issue) is that somehow having Prototype in the 
mix is giving cfgrid some fits.

Can anybody offer me some pointers, facts, or things to try that might help me 
over this hurdle?

Thanks!
Doug B



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308627
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to