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
120
hierarchical grid not updating child rows when paging
posted

Hi,

I have a hierarchical webgrid that is set up as synchronous load-on-demand with paging enabled.  If I select a page that's not page 1 and expand a parent row to show it's children, the children shown are the children of the parent row from page 1.

I'm using the InitializeRow event to format hyperlinks in the child rows, and when I step into the code, I see the parent key is the key from the row on Page 1.

So the problem seems to be that the paging is updating the parent rows but not the child rows.  Has anyone seen this?  Is this a bug in the control or is there a property I need to set.

 Thanks,

- Paul 

Parents
  • 20
    posted

    I am actually having this same problem, the description given sounds fine to me.

     

    Did you get a resolution? 

     

    I can certainly provide markup if it is needed, but I think the gist of the problem has been stated. Are there settings that need to be set in order for the grid to retrieve the proper child rows after ajax paging has fired? 

Reply Children