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
470
WebDataGrid not showing up
posted

I have a very simple situation.

I have a webdatagrid on the page. I have a BindingList full of custom objects. At runtime I set the datasource of the webdatagrid to the BindingList, and then I call DataBind().

When the page renders, there is nothing there, except when I look at View Source, I see all the items. They just don't show in the browser. What is going on?

Also, I don't know if it matters, but when I look at the View Source, I see a couple tables with style set to "visibility:hidden".