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
No Data
Reply
  • 7566
    posted

    Hi Philip,

     

    As I can understand you was able to achieve this in the grid and the issue appears only when the grid is exported. Are you using WebExelExporter to export the grid?

    And also would it be possible for you to attach a screenshot of the grid and what is the expected behavior that you need?

     

    Looking forward to hear from you.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

Children