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
280
UltraWebGrid with HeirarchicalData problems
posted

ok, I have 4 ultrawebgrids (one per tab).  only the first one is bound with the HeirarchicalData.  I am getting several issues with this that are not showing up in the other grids/tabs.

  1. on the first page load, NO data is showing in the grid, if I go to another tab,and come back, the data is there.
  2. paging will not work, it shows way to many pages(109, when there should be about 40), but when i click a page (any of the 109), it is the same data.
  3. it will not let me drag a column header to group by until i leave the tab and come back, but when I return, it is grouped (its like the grid didn't refresh the grouping until i come back.

It seems i have a few more issues, but these are the most pressing at the current time.

Thank you for any assistance or comments you might have.


BJ

Parents
  • 8680
    posted

    Could you have left the "Not" out of your "If Not Page.IsPostBack Then"?

    Otherwise, from your description of the problem, I don't have a clue, but if you post the code and markup you're using to create and databind the grid, someone might spot the problem.  Be sure to tell us which code is from which event handler.

     

Reply Children