I have a bindable cfgrid in cf8 that updates just fine (I see the red triangle 
in the cell). What I need to know is how to refresh the grid after the update 
so the original cfc that fills the grid runs again to show new updated 
information. I found these commands but not sure where to put them or how to 
call them. Should they be in the page or the cfc? 
ColdFusion.Grid.refresh('mygrid', true) 
ColdFusion.Grid.getGridObject('MyGrid').render(); 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:334194
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to