Hi,
I have a listbox with a list of items on top right, to its left i have a dataform with the properties of the selected item (with textbox, etc to modify each property).
On the bottom of the page I have an expander (with the isexpanded property set to false).
In it I have a gridview binding to the same items list as the listbox so the use can filter/search his list if he needs to.
My problem is that when i click on the expand button it takes a little while for it to open (depends on how big the list) but if I put isexpanded= true, it will at sametime as everything else without slowing things down (maybe 1 second but not sure).
So is it because it doesn't bind when it's not expanded? Can i force it to bind so it opens fast?
Thanks for your help
I have a listbox with a list of items on top right, to its left i have a dataform with the properties of the selected item (with textbox, etc to modify each property).
On the bottom of the page I have an expander (with the isexpanded property set to false).
In it I have a gridview binding to the same items list as the listbox so the use can filter/search his list if he needs to.
My problem is that when i click on the expand button it takes a little while for it to open (depends on how big the list) but if I put isexpanded= true, it will at sametime as everything else without slowing things down (maybe 1 second but not sure).
So is it because it doesn't bind when it's not expanded? Can i force it to bind so it opens fast?
Thanks for your help