Skip to main content
Participant
August 26, 2008
Question

CFGRID

  • August 26, 2008
  • 1 reply
  • 707 views
Hi,
1. In our project we are using CFGRID. But in Applet grid there is no option for multiple selection. So we decided to use Flash grid. But we are not sure how feasible it is. IS there any other way to achieve multiple selection in CFGRID? Please help me out... Its very urgent....

2. In grid while selecting a row i need to fing the cell values selected. Depending on the selected cell values i need to enable/disable some buttons in the same form. I need to find the selected cell value before submitting the form.
Can any one help me in doing this??? Very urgent......

Note: We are using ColdFusion 7.0
This topic has been closed for replies.

1 reply

Inspiring
August 27, 2008
Hi,

Use the "extJS" framework!.

An example quite similar to your requirement can be found at, (please refer the third one).

http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html

HTH