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
40
How can I populate data in a WinGrid programmatically?
posted

Hello everyone,

I am writing a VB.Net program and I am using a WinGrid to display data. I don't want to set the DataSource property of WinGrid and make the Grid populate the data automatically. What I need to do is loop on the data and create a new row and assign the values to its cells accordingly.

I know this might not be a good practice but I need to do that because I have a column of data that will not be shown in the Grid. Instead, its data will be assigned to the Row's Tag property.

Your assistance is highly appreciated.

Parents
No Data
Reply
  • 40
    posted

    Thank you guys, I am trying to do that. I am currently reading the Online Documentation for both WinGrid and UltraDataSource. Thanks again for your prompt response.

Children
No Data