Skip to main content
Participant
July 25, 2008
Question

BInding to a grid...

  • July 25, 2008
  • 1 reply
  • 235 views
I'm new to data binding, but I thought this is possible. I'm trying to pass information from one cfgrid to another.


There is no error message, it's just that nothing shows up in the grid when I expect it to. I'm sure it's just something I've overlooking, but I could use another set of eyes...

TIA!
Susan

This topic has been closed for replies.

1 reply

Inspiring
July 25, 2008
those 2 grid codes you posted look exactly the same to me... how do you
expect the second grid to 'see' the value of the first grid if you are
not binding to it?

in your cfc code: use CFQUERYPARAM in your sql or be sorry later when
your site is hacked.


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
PASAdminAuthor
Participant
July 26, 2008
Oops.. I wasn't paying attention when I pasted the code into the window. Thanks for pointing that out..