On Mon, May 24, 2010 at 9:52 AM, Joy Rose <joycer...@gmail.com> wrote:

>
> I have a cfgrid from which a user would choose a data row.
> Based on the  values in the selected row, I would run to a query to get
> detailed data that would display in another grid.
>
> In that new grid, I would want to be able to insert and also maybe edit a
> row.
>
> I haven't found any explanation of how to get the values of the selected
> row.
> Any other ideas on how to structure the process I described would also be
> really helpful.
>
>
been awhile since I've done this but you can do this easily via ETX which is
the underlying code for cfgrid.  You need to manually create two stores.
Then add two listeners to each of the grids.  Probably want a
RowSelectionModel().


Don't know how to do it via CFGRID.  Hopefully this puts you in the right
direction.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333959
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to