Hi,
In Xamgrid, I merged two cells and no issues on this. But when click on the merged cell the text that is hidden is visible. The requirement is when click on hidden(merged) cell, text should visible.
I got some information from http://help.infragistics.com/Help/NetAdvantage/Silverlight/2012.1/CLR4.0/html/xamGrid_Merged_Cells.html, "Cell Merging Behavior" it is mentioned that
"ActivationWhile the user is navigating through the merged cells column using the keyboard, they will be able to see the hidden cells. Cells within a merged column are positioned underneath a MergedContentControl control, so when your end user selects the control, the cells hidden underneath become active and visible for that row. (Figure 2)".
The above mentioned behaviour not required even if user cliks on the merged cell. Please tell how to avoid the default 'Cell Merge Behavior'. Thanks in advance.
Regards,
Sasikumar
Hello Sasikumar,
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.
Hi Stefan,
Thanks for the solution. This works fine.
Regards
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 created a sample project for you with the functionality you want. Basically I handled the CellControl’s PreviewMouseLeftButtonDown event and handled it if the CellControl is grouped in order to prevent the Cell from showing. I also handled ActiveCellChanging and GroupByCollectionChaaged events in order to prevent the activation of a cell to make the merged cell appear. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.