• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion 8 HTML CFGRID with checkbox doesn't show checkbox

Guest
Feb 07, 2008 Feb 07, 2008

Copy link to clipboard

Copied

<cfset array = [true,false]>
<cfset queryAddcolumn(qry, 'checkbox', 'bit', array>

and in the cfgrid, i bind to the cfc, and i use the following
<cfgridcolumn>

<cfgridcolumn name='checkbox' header='test' type='boolean' display='true'
select='true'>

the checkbox still doesn't show up by default. It displays true/false. Only when the grid is set to type 'edit' that the cell will change to checkbox when doubleclicked. This is not what the doc claims... the doc claims that the checkbox will be displayed.
TOPICS
Advanced techniques

Views

377

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 11, 2008 Feb 11, 2008

Copy link to clipboard

Copied


You can create a workaround by creating your own cell renderer. If you need help let me know.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2023 Jun 21, 2023

Copy link to clipboard

Copied

How this can be achieved ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 24, 2023 Jun 24, 2023

Copy link to clipboard

Copied

LATEST

@Dinesh30629341fd64 ,

The question was originally asked more than 15 years ago. That is a very long time in software terms.

 

Please start a new thread to ask your own question, stating your ColdFusion version and update level.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation