Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
WHDG - Hidden Column value also get copied while selecting a row and paste it in excel - Internext Explorer Only
posted

Hi,

We are using WHDG 13.1.20131.2242 in our application.

For application logic, we keep some of the key values in hidden column on grid. We are facing one issue only in 'Internet Explorer' browser. When user select a row value by mouse and press 'Ctrl + c' for copy the row data. When user paste this copied data into excel, it also paste the 'Hidden' column value.

Surprisingly It does not occurs in 'FireFox' or 'Chrome' browser.

We have not added 'Selector' behavior in grid control. Problem occurs in IE9 & IE10 both browsers- FYI

I have attached the Sample Program for your reference and also a WebEx Recorder for steps to reproduce.

 

Yogesh Shah.

Infragistic_Demo.zip
Parents
No Data
Reply
  • 49378
    Verified Answer
    posted

    Hello Yogesh,

    In order for clipboard operations to function as desired in the WebDataGrid/WHDG, the clipboard behavior of the grid needs to be enabled. By default in IE, hidden cells are copied over to the clipboard (an example table illustrating this is present in the attached sample).

    Hope this helps. Please feel free to contact me if you have any questions.

    WHDGCopyHiddenCol.zip
Children