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
35
Ultrawebgrid Header of Grouped Rows Problem in Firefox
posted

 hi,

I am having two issues

1) i ve a page which allows user to enable\disable paging. when user disable paging all records[around 500] are displayed.I am using             UltraWebGrid1.Browser = BrowserLevel.Xml;
e.Layout.LoadOnDemand = LoadOnDemand.Xml;

now when i do it in Firefox  it respond very very faster then in IE. why it is?

 

2) Main Problem

now when i grouped the rows it start showing rows in collapsed group. when i expand a group it work fin. But when i again try to collapse the group it collapse the group but it change the collapsed header size to the size of expanded group [which depends on the number of rows in the group.

Am i missing something?

 

Parents
  • 392
    posted

    I am having the same problem #2.

     Basically, when you open a group it expands to allow for the groups members.  But when you close the group it does not contract again.  It simply greys them out rather than resizing to a single row.

    I would also love to know how to set it so that the groups are open by default. 

Reply Children