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
335
Data representation format in TreeGrid.
posted

In my data, for each row, I need to show a list under Header 2 and Header 3. The number of elements in each list will differ. An example representation is shown below. Is it possible to achieve the following representation in a TreeGrid? If so how?

Header 1         |         Header 2         |         Header 3        |

------------------------------------------------------------------------

Row 1             |     A                      |      M                      |

                     |     B                      |      N                      |

                     |     C                      |                              |

-------------------------------------------------------------------------

Row 2             |     D                      |          O                  |

                     |     E                      |          P                   |

                     |                             |          Q                  |

         

Parents Reply Children