How to bind List to WebData Grid.
I have an IList which I want to bind to web data grid.
Thanks in advance
Hello,
You can simply set the the datasource of the WebDataGrid to your collection and it will bind itself to it. If you want column to be auto generated, make sure you set AutoGenerateColumn to true.
hope this helps.
-Taz.