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