tracker issue : CF-3843352

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

CFGRID can not copy or paste in to column

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/UserError

Reporter/Name(from Bugbase): Tanin Kitiapa / Tanin Kitiapa (Tanin Kitiapa)

Created: 10/27/2014

Components: AJAX, UI Components

Versions: 11.0

Failure Type: Usability Issue

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Win 2008 Server

Vote Count: 0

Problem Description: CFGRID  can not copy or paste in to column

Steps to Reproduce:

Actual Result:

Expected Result:

Any Workarounds:

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

Watson Bug ID:	3843352

External Customer Info:
External Company:  
External Customer Name: Taninbk
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Taninbk, Do you have the selectmode attribute set to any value? Do you see a change in the the behavior from a previous version of CF? Perhaps you can share the relevant code snippet.
Comment by Piyush K.
10464 | October 27, 2014 11:15:36 AM GMT
Coldfusion 11 Cfgrid can only copy and paste in grid frame but can not copy or paste from outside frame. Coldfusion 10 can do that.
Comment by External U.
10465 | October 27, 2014 06:22:37 PM GMT
Code initiate cfgrid <cfform name="Gridform" action="CustomerRegister_result.cfm"> <cfgrid name="customer_grid" height="300" width="1200" vspace="10" selectmode="edit" query="MyQuery" insert="yes" delete="yes" font="Tahoma" fontsize="13" rowheight="30" > <cfgridcolumn name="urno_customer" header="urno" width="50" headerbold="yes" dataalign="right" type="numeric" display="No"> <cfgridcolumn name="cusid" header="cusid" width="70" headerbold="yes" dataalign="left" > <cfgridcolumn name="cus_name" header="cus name" width="250" headerbold="yes" dataalign="left" > <cfgridcolumn name="billing_address" header="billing address" width="250" headerbold="yes" dataalign="left" > <cfgridcolumn name="bt" header="business" width="80" headerbold="yes" dataalign="center" values="#BT#" > <cfgridcolumn name="telephone" header="telephone" width="120" headerbold="yes" dataalign="left" > <cfgridcolumn name="fax" header="fax" width="120" headerbold="yes" dataalign="left" > <cfgridcolumn name="url" header="url" width="120" headerbold="yes" dataalign="left" > <cfgridcolumn name="ceo_name" header="ceo name" width="200" headerbold="yes" dataalign="left" > <cfgridcolumn name="ceo_email" header="ceo email" width="100" headerbold="yes" dataalign="left" > <cfgridcolumn name="cio_name" header="cio name" width="200" headerbold="yes" dataalign="left" > <cfgridcolumn name="cio_email" header="cio email" width="100" headerbold="yes" dataalign="left" > <cfgridcolumn name="Credit" header="credit" width="50" headerbold="yes" dataalign="right" type="numeric" > <cfgridcolumn name="order_3years" header="order 3 years" width="110" headerbold="yes" dataalign="right" > <cfgridcolumn name="last_order" header="last order" width="110" headerbold="yes" dataalign="right" > </cfgrid> <br> <cfinput name="submit" type="submit" value="submit"> </cfform>
Comment by External U.
10466 | October 27, 2014 06:24:37 PM GMT
@taninbk Do you mean that you are trying to copy cfgrid's data(all rows and columns), it is getting pasted outside but if you are copying some data outside and pasting it into grid, it is not working? Something what we do in excel?
Comment by Uday O.
10467 | November 24, 2014 05:45:08 AM GMT
taninbk, Thanks for sharing the code. Looks like a simple enough grid, but it does not help with clarifying what appears to be an entirely workflow related issue. You've mentioned : "Cfgrid can only copy and paste in grid frame but can not copy or paste from outside frame" Do you mean, you can copy and paste text from one grid cell to another within the grid, but not text from anything outside the grid (say a word processor) into one of the grid cells. In any case, copying and pasting text into grid cells is working for me for CF10 and CF11, as long as the selectmode attribute is set to "edit".
Comment by Piyush K.
10468 | December 03, 2014 01:50:58 PM GMT
closing this. will reopen if the reporter writes back with the clarification requested (see the previous two comments).
Comment by Piyush K.
10469 | December 12, 2014 02:31:17 AM GMT