metaworx
2015-01-14T10:31:01Z
we've decided to implement the iGrid-ActivX into our project to display structured data in the tree-view-mode.

by this we have different type of data on different levels, e.g. on the first level we have persons with fields like name, firstname, birth date, what have you, and on the second level their associated addresses with field like adress, post code, town, ...

therefore we would love to have some cells (like the address field) to span multiple columns. thus a feature like rowspan and colspan as they exist in html-tables would be awesome!

we know there might be issues e.g. when sorting rows. but maybe this could be just led to the developer to care about. a reasonable additional property could be a boolean "span-if-non-empty" which decides if spanning occurs only if the adjacent cells is empty or in either case.

looking forward to your suggestions or a discussion about alternative solutions.

best regards,
martin.
Igor/10Tec
2015-01-14T14:34:09Z
iGrid ActiveX does not support cell merging feature you are asking about. However, I would say that you can implement what you need without this feature.

If you need 2 levels or hierarchy, I would use group rows for the first level. They can contain name + birth date as one string, and the second level (normal cells) can contain columns with address fields.

Perhaps, the tree grid structure can be also used for this, but I need to see some screenshots of your data or possible schemes of what you need to analyze this approach. If you wish, we can continue this dialog in email correspondence.
Users browsing this topic