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
240
How can I change the OutlineLevel of hierarchical child data?
posted

I have a WebHierarchicalDataGrid with parent and child data that have the same visible column layout.  On the web page I have aligned my columns in the two bands such that they appear like they're in the same column.  This lets me not show column headers on the child band.

When I export the data, I love the fact that the Outline Level causes excel to group the data in a parent / child manner.  However I don't want the exported child data to start in column B.

I can see all the events that can be trapped, but it seems like the column index and other useful properties are all read-only.  How can I push child data over 1 column to the left on every row?

I am using v11.1 of the ASP.Net controls

Thanks!

Parents Reply Children
No Data