tracker issue : CF-3039814

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 79632:CFGRid format=html, row not selectable when query only has 1 row

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 08/28/2009

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

CFGRid format=html, row not selectable when query only has 1 row.
Method:

<cfset q = QueryNew("id")><cfset queryAddRow(q)><cfset querySetCell(q,"id", 1)><!--  make selectable when enable the 2nd row --><!--<cfset queryAddRow(q)><cfset querySetCell(q,"id", 2)>---><cfform><cfgrid name="grid" query="q" format="html"></cfgrid><cfinput name="id" bind="{grid.id}"></cfform>
Result:

CFGRID format=html, row not selectable when down to one row only.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039814

External Customer Info:
External Company:  
External Customer Name: Henry Ho
External Customer Email: 237A22C24921EDF5992015B9
External Test Config: 08/28/2009

Attachments:

Comments: