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
235
Dynamic headers of Detail table
posted

I have a XamDataGrid with table data giving a master detail relationship.

Master (Particle):

Fields: Name, Retention Time, Signals => detail

Detail (Signal):

Fields: Integral, Volume, Concentration…

 

Now the field integral can have different units thus the header must vary accordingly. As the signals are loaded dynamically and even the user can specify his own type of signals, the header label needs to be created on the fly for each record differently.

How can this be done?

Parents Reply Children