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
1
vote
0 answers

CFFORM Format="HTML" does not display anything when a record contains a backslash \

I have a Windows Server 2003 R2 running ColdFusion 9 Standard. We are using CFFORM and CFGRID to display information returned from a query. Whenever a record has a \ in any field in the entire query record set, the grid and data do not show up at…
billvsd
  • 254
  • 2
  • 12
1
vote
1 answer

Filter CFGRID based on drop down boxes

I am new to ColdFusion and I am struggling to figure out how to do some simple functions that I could do in MS Access easily. Here is what I am trying to do: I want to have a cfgrid filter its data based on a dropdown box. Then filter that data even…
1
vote
1 answer

html cfgrid change the text of Sort Ascending and Sort Descending menu items on column headers

I am struggling to get this to work and would appreciate any help. I have a cfgrid which is in html format. I would like to be able to change the text of the sort menu that appears when you click onto the column heading. I know there is an ext api…
jeeperscreepers
  • 143
  • 5
  • 16
1
vote
0 answers

cfgrid - how to sort a column of numbers numerically

I'm using a cfgrid control on Coldfusion 9.01 to display a query recordset with several columns of numbers. My grid is format="html" and a query as the datasource. A partial list of my grid columns are as follows:
garyv
  • 187
  • 1
  • 9
0
votes
1 answer

Can I add a button to a CFGRID that lets a user export the grid to an XLSX file? How?

I'm a coldfusion developer working on a reporting application to display information from a CFSTOREDPROC process. I've been able to get the data from my query to display correctly in a CFGRID, and I'm really happy with the display of the data. The…
Brad Hines
  • 107
  • 2
  • 15
0
votes
3 answers

How to call a javascript function when cfgrid finish loading data

I am using Coldfusion 9 cfgrid. I want to do things: 1) Call a javascript function when all data inside cfgrid finish loading. 2) Call a javascript function when we click on next page in pagination.
Deepak Yadav
  • 1,724
  • 3
  • 23
  • 38
0
votes
1 answer

I can't seem to copy the rows in CFGRID and paste them

I am trying to copy the text in a cfgrid but it simply wont copy anything. The cfgrid format is HTML. I do not want to make the grid editable, I just want the user to be able to cut and paste what is in the cfgrid. Thanks
0
votes
0 answers

CARRA .grib file with Lambert Conic Conformal gridtype - how to extract a certain location (lat/lon) or change the grid type?

I have downloaded the dataset from https://cds.climate.copernicus.eu/. I am looking at different meteorological parameters and the dataset is split in west and east domain. Hence, I have several grib file, one each per parameter. Now I would like to…
Kim
  • 1
  • 1
0
votes
1 answer

The cfgridupdate tag cannot find the grid named doclist

I am following this guide on creating an editable cfgrid : CFGRID GUIDE However, I am running into an error where it's saying cfgridupdate cannot find the gridname docgrid but I can't see where this could be caused. I have a page called…
Plumbboy77
  • 15
  • 5
0
votes
1 answer

Fancybox does not seem to work with Coldfusion CFGRID tag

I am trying out CFGRID for the first time. While the grid itself works just fine, I can not get a Fancybox link to work inside the columns. I've added relevant code below. Basically, I do a query, add a query column that contains a link, then…
Dave
  • 5
  • 2
0
votes
1 answer

Prevent duplicate update of CFgrid

I have a CFgrid with selectMode="Edit". Again I have an update method binded to the cfgrid via my cfc. However I am ble to update the grid with duplicate values. I can prevent the db from updating by chking for existing record but I wanted to let…
Yoosaf Abdulla
  • 3,722
  • 4
  • 31
  • 34
0
votes
1 answer

CF11 vs. CF2018: CFGRID Binding Error, Element not found

I've been fiddling with this for a while and stumble upon an answer, so I thought I'd post it in hopes that it may save someone else some time. On CF11, my binding parameter looks like this:
Sung
  • 480
  • 2
  • 11
0
votes
1 answer

clicksToEdit CFGRID

I have been searching all over the place for this and only found my question which has gone unanswer for sometime. Using ColdFusion 8's cfgrid tag. By default, the edit mode requires you to double-click on a cell to render edit mode. Why? I don't…
vasquezmi
  • 41
  • 2
  • 5
0
votes
2 answers

CFINPUT to update data in grid

I have CFINPUT text boxes (type= datefield) that are bound to a cfgrid. When a row is selected the input display from the grid's datastore. What I would like to do is not use the edit functionality of the grid since there is much coding involved…
vasquezmi
  • 41
  • 2
  • 5
0
votes
1 answer

Editing and updaing cfgrid values dynamically

I need to edit the values of one (or more) column in the cfgrid by double-clicking the value and on pressing enter the cfgrid should update the db with the new value. I have seen this capability in the flex datagrid . A similar capability is…
Yoosaf Abdulla
  • 3,722
  • 4
  • 31
  • 34