Re: cfgrid bind method with null values

2007-08-25 Thread Raymond Camden
You say you see no errors in the Ajax debug window. What about Firebug? What XHR request do you see? On 8/24/07, Jaysheel Bhavsar [EMAIL PROTECTED] wrote: Yes, all my values were null, and for some reason one of the values passed showed more null values than what should have been there. So I

cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
Hey guys, I am having huge difficulty figuring this out. I am trying to get cfgrid to work with bind attriute, along with format=html. I am trying to pass some values to the function (name: get2) along with the required cfgridpage, cfgridpagesize, cfgridsortcolumn, cfgridsortdirection (code

Re: cfgrid bind method with null values

2007-08-24 Thread Raymond Camden
Are all the values null or only your custom ones? On 8/24/07, Jaysheel Bhavsar [EMAIL PROTECTED] wrote: Hey guys, I am having huge difficulty figuring this out. I am trying to get cfgrid to work with bind attriute, along with format=html. I am trying to pass some values to the function

Re: cfgrid bind method with null values

2007-08-24 Thread Jim Rising
i could not get that to work with named attributes myself... i wound up doing it ordered. -jim On 8/24/07, Jaysheel Bhavsar [EMAIL PROTECTED] wrote: Hey guys, I am having huge difficulty figuring this out. I am trying to get cfgrid to work with bind attriute, along with format=html. I

Re: cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
i could not get that to work with named attributes myself... i wound up doing it ordered. -jim Hey Jim, I am not sure what you mean by this. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from

Re: cfgrid bind method with null values

2007-08-24 Thread Jaysheel Bhavsar
Yes, all my values were null, and for some reason one of the values passed showed more null values than what should have been there. So I changed all the variable names used in cfgrid tag. Now I don't get any error messages, but I don't get anything at all. Its just an empty grid. I ran the