Hello all,
I've been playing around with CF8's new Ajax datagrids and the underlying Ext
JavaScript libraries. I can call some of Ext's other features using the
Coldfusion.Grid.getGridObject([gridname]) function, but it doesn't seem to
recognize some of Ext's extra cool features specifically drag and drop grid
rows. In looking in my CFIDE\scripts\ajax\ext folder all of Ext's code is
there for this feature.
Can someone point me in the direction of how to call Ext's additional methods
for the Ajax Grid?
Kind Regards,
Scott
p-riddy - 12 Sep 2007 23:53 GMT
Did you ever figure this out? I am trying to use ColdFusion.Grid.getGridObject to run a function after the grid is rendered. but adding a listener to the render event doesn't seem to be working.