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
190
Cannot Change Child Header Row Text
posted

I have a grid with about 30 items.  When I expand out Parent Row #1 I am firing the RowExpandedEvent and getting the child row header text from the database, however when I expand it out the header texts never change. Then when I expand out Parent Row #2 the event fires but the header text is the text that should have been in Parent Row #1.  When I debug it I am getting the correct values but they are not displayed correctly in the grid.  Infragstics support says it may be an issue with the grid but it takes forever to go through their development to verify this so at this point I am looking for any suggestions or work arounds as I need this thing going ASAP!

Thanks for any help you may be able to provide.

Parents Reply
  • 190
    posted in reply to Clint

    Hi Dave -

    Please download the sample here: http://www.wins-wellness.com/testgrid.zip

    I couldnt upload as the file size was too big.

    If I select the first row, Andrew Fuller, the first name on the child rows should change to "Fuller Emp" however they do not. The header stays as "First"

    If I select Test Person the first name header on the child rows should change to "Test Person Emp" however it changes to "Fuller Emp"

    Lastly, when I select Joe Smith the first name header on the child rows should change to "Jow Smith Emp" however it changes to "Test Person Emp"

    Thanks

Children