CF8 / CFGRID / HREFKEY /CFLAYOUT newbie question

2008-07-04 Thread Lawrence Mak
Hi all, I'm building a datagrid that is similar to what Charles described (http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52906#285912), except that my datagrid resides in a tabbed layout. I have built a normal table version in the following way: 1. set the href of the cell

Re: CF8 / CFGRID / HREFKEY

2007-08-11 Thread Charles Sheehan-Miles
That's the route I ended up taking, which is why I was asking about selectonload. Turns out you were right -- a little embarrassing, but it turns out my local machine did have a beta version. I updated this morning and it works fine. On 8/11/07 12:41 AM, Brian Kotek [EMAIL PROTECTED] wrote:

Re: CF8 / CFGRID / HREFKEY

2007-08-10 Thread AJ Mercer
I have just had a quick look at the adobe Docs and maybe this only works with Queries, and not CFCs via bind?? CFGRID: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_03.html#3987012 CFGRIDCOLUMN:

Re: CF8 / CFGRID / HREFKEY

2007-08-10 Thread Brian Kotek
I would just bind the grid to a JavaScript function using the cfajaxproxy. That JavaScript can trigger anything you want, including a page redirection. On 8/9/07, Charles Sheehan-Miles [EMAIL PROTECTED] wrote: All, Just really getting started with CF8, so if this question is too basic, such

CF8 / CFGRID / HREFKEY

2007-08-09 Thread Charles Sheehan-Miles
All, Just really getting started with CF8, so if this question is too basic, such is life. I have a simple CFGRID. I want to have one of the columns set that when a user clicks on a particular record, it will open up a new page based on that key. Can't seem to get it to work, I think I may