I have an UltraWebGrid that merges cells in the first column and does not merge rows in any other columns. If Column 1 contains merged cells and I select a row in a different column corresponding to those merged cells, only selecting the top row corresponding to the merged cells will apply the selected row style to the Column 1. Selecting the next corresponding row down does not highlight the merged cells in the Column 1.
Is there any way to force Column 1 to use the selected row style when any row corresponding to the merged calls is selected? If not, can I force all rows corresponding to the merged cells set to show the selected style by clicking on my merged cells in Column 1?
Hello droedger,
Can you please confirm if the below scenario responds to what you want to achieve?
http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebGrid/autocellmerge/AutoCellMerge.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebGrid/autocellmerge/AutoCellMerge.src~srcview.aspx?path=WebGrid/autocellmerge/AutoCellMerge.src
When you click on the first row from Mexico group , then you want both Ana Trujilo and Antonio Moreno to be selected.
Please let me know whether I have misunderstood your description before continuing the investigation of this issue.
Hi Tsvetelina,
Your description is correct. If possible, I would like to be able to click on any cell in the Ana Trujilo or Antonio Moreno rows and have that select the entire Mexico set of rows as well. Thanks for your help,
D.J.