Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-23 Thread Rob Parkhill
Good Evening, This is a problem that I had some time ago. I wanted to have a check all box to for the check boxes in the cfgrid, and I had to create a cfsavecontent to do that. IF you want that info, let me know. As for updating only the selected rows in a grid based on the check box, I use the

Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-23 Thread shakti misra
i'm dealing with the same problem mate, ive got a cfgrid type java applet and select mode single, coz i use href attribute for some columns, but i can't then edit the checkboxes, they r not clickable. if i change the select mode to edit, the checkboxes work but the hrefkey then becomes the value

Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-09 Thread LSD 4Me
Ok. so ive made some headway. Apparently, the functionality I was looking for was CFGRIDUPDATE. Now Im able to manipulate the values for the checked box to true or false in the table for each specific ID selected. My question now is there functionality to update session variables as opposed to t

Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-09 Thread LSD 4Me
Im not using ExtJSim using flash cfgrids that automatically create the JS. Are there coldfusion methods to deal with my issue or is advanced JS the only way? I find it diffuclt to believe the CF doesnt offer any method of manipulating data from cfgrids. (Dont take that the wrong way...i do a

Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-09 Thread Cutter (CFRelated)
If you read through the ExtJS 1.1 documentation you will see that you can apply a RowSelectionModel to a grid. I'm pretty sure you can use this to define single or multi selection, to which you can act upon the selected (DataStore) records, etc. Steve "Cutter" Blades Adobe Certified Profession

Re: cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-09 Thread LSD 4Me
I want to reiterate that Im not looking for a free snipet of code...I am merely looking for how to work with the data that is selected via checkbox in a cfgrid. How would i pass the selected information (probably based on the uniquie ID in the table) to another page or directly into the DB?

cfgrid / cfgirdcolumn selectmode="edit" checkbox

2008-04-08 Thread LSD 4Me
To give a breif background, I have a flash form that serves as a search form against a MySQL DB and grid below that for displaying results. I have enabled the "selectmode="edit"" on the cffgrid and have set select="no" to all cfgridcolumns except for one column: ALl of this results in a grid