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
760
Row Summary Unbound Grid
posted

I am creating the grid fields in code and adding Row Summary in FieldLayoutInitialized event. The row summary appear as 0.00 for columns and are not updated when cells are changed.

What am I missing?

Parents
  • 17559
    posted

    Hello leadbeater,

     

    I reviewed your question and the behavior you described sounds very strange. The FieldLayoutInitialized event should be fired after the FieldLayout has been already initialized. Could you please double check if at this point you have already set the XamDataGrid’s DataSource (for example in the constructor of the window). If this doesn’t help, could you please provide me with more details about the collection you use and where do you assigned it to the xamDataGrid.DataSource.

     

    Thanks in advance.   

Reply Children