Re: ajax cfgrid and custom buttons

2007-08-21 Thread Raymond Camden
Did you put single quotes around accountants? You need to pass the _name_, not the actual instance. So if my grid was named 'ray' and the column was 'howsexy', I'd do: foo = Coldfusion.getElementValue('ray', 'howsexy') On 8/20/07, Jim Rising <[EMAIL PROTECTED]> wrote: > thanks ray! burning the mi

Re: ajax cfgrid and custom buttons

2007-08-21 Thread Jim Rising
anyone have any additional input on this? Jim Rising Sr. Cold Fusion Developer ICGLink Inc. www.icglink.com ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
thanks ray! burning the midnight oil? :) so i tried it using ColdFusion.getElementValue(accountants, first_name) ... and i get the same 'accountants is not defined'. the div that comprises the grid has this as an id: cfgrid1187662029846 which changes at every new instance of the grid. i assumed

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Raymond Camden
It is definitely ColdFusion.getElementValue. The first arg would be the name of the grid, and the second the column name. On 8/20/07, Jim Rising <[EMAIL PROTECTED]> wrote: > I have a grid that i'm trying to add buttons beneath using suggestions found > on forta's blog: > > http://www.forta.com/blo

ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog: http://www.forta.com/blog/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460 Basically at this point, i'm just trying to alert out the value of the se