Hello I am redeveloping my web-aplication using the latest version of the Webgrid.I really have a big problem, on all of my pages i have a listview that is bind to a database to get a list of categories. Then I have a webgrid that display data based on the item selected in my listview. But for some reason each time I select an item in my list view, the listview completely disappear.If I remove the webgrid, then the listview does not disappear when I select an element.I made test by replacing the webgrid by a gridview and everything work fine.I really need you help on this because my entire web-application is based on those listview and webgrid.Thanks
This behavior doesn't look familiar to me, and I can't think of an explanation of why it would occur.
Can you reproduce this behavior in an isolated sample application? If so, then my best suggestion is for you to submit a support request and attach that sample to the request. A Developer Support Engineer will research your issue using this sample, and will work with you to reach a resolution.
I alreally pulled half of my hair on that. The behavior is really easy to reproduce, put a webgrid on your page and then add a gridview or a Listview or a Datalist. Also add a button to reproduce a postback.Bind the webgrid and other item to whatever datasource and you will see that when you click on the button everything will disappear except the button and the webgrid.PLease let me know if you have any suggestion, this is really the center piece of all of my work.Thanks