In the "Samples Browser", there is a sample about "CheckBox in Unbound Field", but the cells in the checkbox column cant be selected, copy and paste. What I want to do is how to implement these features?
BTW, if I directly set the "EditType" to the "bool", the TwoWay become useless, the set block of the property will not be called. I have no idea why.
Thanks for your reply.
After I set the ‘CellClickAction’ property to “SelectCell”, I need select the cell by the first click, and change the state of checkbox by second click. Is there any solution to do the select cell and change the state of checkbox by the once click?
Hello,
I have been looking into your post and I can suggest you set the ‘CellClickAction’ property to “SelectCell”. For more information please look into the following link :
http://help.infragistics.com/Help/NetAdvantage/WPF/2010.2/CLR4.0/html/InfragisticsWPF4.DataPresenter.v10.2~Infragistics.Windows.DataPresenter.FieldSettings~CellClickAction.html
To allow clipboard operations, please look through the link below :
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamDataPresenter_Enable_Clipboard_Operations.html
If you need any further assistance on this matter, feel free to ask.