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.
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.