FlexGrid for complex tables

Posted by: sushilkumar.g on 24 January 2018, 7:04 am EST

    • Post Options:
    • Link

    Posted 24 January 2018, 7:04 am EST

    I need to use MVC version of the FlexGrid for some of my tables which have:

    1. RowSpan & ColSpan in Header.
    2. Columns are dynamic.
    3. Some Column Values will be list of strings and should display in separate line in same cell.
    4. Frame some some hyperlink and fill in some column. This column is not coming from Model.
  • Posted 25 January 2018, 3:26 am EST

    Hi Sushil,

    Here are the replies for your queries:

    #1

    As we understand, you would like to merge some cell in the ColumnHeader. Please confirm.

    #2

    “Columns are dynamic” ?? Are you referring to the dynamic class binding. If yes, please refer to the following forum thread:

    https://www.grapecity.com/en/forums/mvc-edition/binding-source-of-flexgrid

    #3

    Some Column Values will be list of strings and should display in separate line in same cell.

    List of strings means there are an array of strings and would like to display the content in separate line for each string value.

    If yes, by design this is not feasible. However, you may accomplish this using itemFormatter.

    #4

    You may add hyper link for any cell content using formatItem event.

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels