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
75
Row summary in card view
posted

Hi,

I have requirement to display the summary of each row as total of all the cell in the row in Card view. I have searched that summary is not supported for card view. so i have tried to display the total value in the unbounded column which the last column in the card view.

How effectively we can calculate the total of each row and display it in the unbounded column. the summary column needs to updated when other cell changes as well

Thanks,

Sundaram  

Parents
  • 1500
    Verified Answer
    Offline posted

    Hello,

    InitializeRow event is fired not only at the beginning, but every time a cell value is updated, so setting up the value of the unbound column would be best. Having in mind your datasource implements property changed or collection changed, it will update accordingly.

    I have prepared a sample for you for further reference. 

    Please let me know if you have any other questions.

    Sincerely,

    Tihomir Tonev
    Associate Software Developer
    Infragistics

    UltraGridGroupCalcSample.zip

Reply Children
No Data