Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
WinGrid: Cell Merging in a Row (not in a column) based upon some condition
posted

Hi,

I am familier with the cell merging in wingrid in a column, is there a way to do the same thing in a row. i.e. if in a row (merging based upon same text)  if two adjustant cell have same value them I want to merge them in the row. My wingrid is read only so there is no issue regarding editing. Any code sample will be highly appreciated.

Thanks,

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    No, there's no built-in functionality in the grid to merge two cells in the same row.

    You should Submit a feature request to Infragistics.

    You could probably implement something like this yourself using a CreationFilter. It would be pretty easy, assuming that the cells are not editable. If you need the user to be able to edit, it complicates the matter quite a bit.

     

Reply Children