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
1775
ConditionalFormattingCellControl is null when grouping is active
posted

Hello,

I have some ConditionalFormatRules for xamGrid (11.1) to add icons to cells. And I want to export this icons to Excel. So I get icon from

(row.Cells[i] as ConditionalFormattingCell).Control as ConditionalFormattingCellControl

and everything is ok. But if option xamGrid.GroupBySettings.GroupByOperation is set to GroupByOperation.GroupByRows then (row.Cells[i] as ConditionalFormattingCell).Control is null and I can't get icon from it.

Parents
  • 35319
    posted

    Hello,

     

    I have been looking into your issue and would you please provide me with your sample application in order to investigate this behavior ?

     

    Looking forward to hearing from you.

     

Reply Children