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,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hi Stefan,
Thanks for the solution. This works fine.
Regards