Questions tagged [cfgrid]

is a tag in ColdFusion is used to create data grids: two dimensional spreadsheet-type view. cfgrid supports simple and Ajax use.

66 questions
0
votes
0 answers

cfgrid ext js rowdblclick listener not firing

In ColdFusion 2016, for this CFGRID example a double click on a row does nothing. Everything else seems to work, just having an issue adding the listener. https://www.sitepoint.com/applications-coldfusion-8/ A colleague confirmed it does work in…
bernster
  • 51
  • 3
0
votes
1 answer

Display CFGRID Data Store in cfoutput

I am able to display the data store from a cfgrid selected row in a form. When a row is selected, the contents of the form fields change based upon the selection. What I would like to do is take a single element from the selected row and use it to…
vasquezmi
  • 41
  • 2
  • 5
0
votes
1 answer

How to rename the 'save' and 'cancel' button in cfgrid when mode="edit"?

How to rename the 'save' and 'cancel' button in cfgrid when mode="edit"? My CF app is not even in English. If we can customize the text through insertButton and deleteButton, how come CF doesn't include saveButton & cancelButton in…
Henry
  • 32,689
  • 19
  • 120
  • 221
0
votes
1 answer

Issue with ColdFusion 2016 CFGrid update function

This has worked fine for many versions prior. After update to ColdFusion 2016, cfgrid produces an error when trying to update a cell like active status from 2 to 3 for an item. User updates the cell and hits enter, then refreshes the grid and sees…
Brian
  • 1
0
votes
2 answers

ColdFusion: Highlight Row in CFGrid based on condition?

I'm building an app in Coldfusion, basically it's a module that tracks when memberships expire. I'm building an index of all members, I am wanting to use cfgrid. Is there a way to specificy that within x days of the membership expiring for the row…
Adam Bourg
  • 59
  • 5
0
votes
3 answers

changing the style on a CFGRID

hey - the cfgrid (and other cf ui) stuff makes use of the EXT JS lib... does eny one know how to change the CF grid table header colors? and or the border colors? - In the HTML grid NOT the flash or applet... thx
j-p
  • 3,698
  • 9
  • 50
  • 93
0
votes
0 answers

cfGrid delete button refreshes grid and does not remove rows

We have a cfGrid setup that includes a delete button. The rest of the functionality of the grid, loading data from an uploaded spreadsheet and editing the data, all works fine. However, the delete button behaves very strangely. It does not remove…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
0
votes
0 answers

cfgrid moves around on the page when selecting a row

I have a cfgrid set up, and it works well when sorting and returning the correct information. The problem is that when I return a longer list that extends the page, and I select a row, I skip to another area of the returned list. It still selects…
AL86
  • 13
  • 8
0
votes
1 answer

ColdFusion Tag is not supported

I am new to ColdFusion and downloaded the latest version of Railo which is compatible with ColdFusion 10. I want to use the CFGrid and CFWebsocket tags which are included in Adobe's ColdFusion 10`, as you can see in the documentation. But when I…
dave
  • 1
0
votes
1 answer

Can a Flash-based CFGRID render basic HTML in the cells?

(I'm very new to both Flex and CF -- more a .NET/ExtJS guy, so I'm a duck out of water.) I'm tweaking someone else's CFGRID code. It uses Flash format--HTML isn't an option since it would require redesigning the entire interface around the grid. Tha…
richardtallent
  • 34,724
  • 14
  • 83
  • 123
0
votes
2 answers

CFGRID horizontal scroll

I am having a CFGRID that contains multiple columns, the grid exceed the page size due to the amount of columns. I been looking up on how to add a horizontal scroll bar to the grid so the grid can be within the page but scroll through the columns,…
user1186309
  • 15
  • 1
  • 7
0
votes
1 answer

How can I disable href link in cfgrid cells for blank rows?

I have the following cfgrid:
jacky.wu
0
votes
1 answer

question about coldfusion displaying query result in a cfgrid

i have a coldfusion cfc and some methods in it. MethodA will return a cfquery object. now i use cfajaxproxy to call MethodA and get the query result in a cfm page. this cfm page already have a cfgrid there. now my question is how can i display the…
Just a learner
  • 26,690
  • 50
  • 155
  • 234
0
votes
3 answers

Coldfusion: Need to disable or block "Error invoking CFC - server error" error pop-up message

I have a .cfm and .cfc that I am using to edit data in a cfgrid on the .cfm, and it works, however 10% of the time I will get the following error message: "Error invoking CFC /test/editCFgrid.cfc: Internal Server Error" I tried using the debugging…
Enchauva
  • 19
  • 5
0
votes
1 answer

Adobe ColdFusion, CFGrid is not populating after get login an navigate the page,

I tried to bind a CFGrid in ColdFusion through a CFC function which works correctly, but after login when I tried to surf to the page the CFGrid does not get populated with any records. Here is my grid.cfm code:
Sonu
  • 458
  • 5
  • 13