ColdFusion 9 cfgrid refresh problem

2012-06-25 Thread Ray Meade
I've been trying to solve this problem for over a week now to no avail and it's driving me crazy. Basically, I have an html form with an html cfgrid containing the columns Quantity, TaskName, UnitPrice and ExtendedPrice. I managed to bind the grid to a cfc function that populates it from the

Re: ColdFusion 9 cfgrid refresh problem

2012-06-25 Thread Andrew Scott
The CFGrid is based on the ExtJS 3.1 (from memory, not sure if it was upgraded past that point), on ColdFusion 9. So unless stated otherwise I am going to assume ColdFusion 9. There is a way where you can intercept, or take control of the save or hook into a listener in to do further things, one

Re: ColdFusion 9 cfgrid refresh problem

2012-06-25 Thread Steve 'Cutter' Blades
My Ext JS 3 is a little rusty, but I went and hit a copy of the docs I have on my CFQueryReader site (http://cfqueryreader.cutterscrossing.com/js/ext-3/docs/). I don't know about this 'refresh' method (maybe that's a custom CF thing), but you should get a reference to the grid's data store:

Re: ColdFusion 9 cfgrid refresh problem

2012-06-25 Thread Ray Meade
Actually, the save and refresh buttons are a part of the html cfgrid, I didn't create them and you're correct that I'm using CF9. The CFGrid is based on the ExtJS 3.1 (from memory, not sure if it was upgraded past that point), on ColdFusion 9. So unless stated otherwise I am going to assume