Hi,
I find this behavior very strange and would like to know if there is a workaround. It is described and pictured in the link below under the Activation section.
http://help.infragistics.com/doc/Silverlight/2014.1/CLR4.0/
If I click a row then the merged cell text displays which I find to be very strange behavior. If I click the first row of a merged cell then it also displays the text again causing a weird shadow which is definitely not desirable. I would like the functionality to be that *nothing* happens in the merged cell area when the row selection is changed. Please let me know if there is a setting or custom style I can implement to solve this.
Thanks,
Boyd
Hello Boyd,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Yes, I was able to get this working based off of your example. Thanks for your help!
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can say that this is the designed behavior of the merged Cells, so I created a sample project for you which has a workaround for this. Basically I handled the CellControlAttached event of the XamGrid and set the Opacity of the Cells from the merged Column to 0. I also handled the ActiveCellChanged event and in its handler I set the opacity to 1 if the user clicks on the cell and to 0 if the user click on any other cell. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.