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
133
How to bind List to WebDatat Grid
posted

How to bind List to WebData Grid.

I have an IList which I want to bind to web data grid.

Thanks in advance

 

Parents
No Data
Reply
  • 12025
    Suggested Answer
    posted

    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.

Children
No Data