Graphite2001 Posted October 16, 2003 Posted October 16, 2003 hello all, Is it possible to use the DataGrid (in .Net) the same way as the FlexGrid in VB6? What i want to do is not binding the grid to any dataset. I want to enter data to the grid manually. In fact, i want to transform the following flexgrid statement to work with Datagrid? FlxGrd.AddItem "Value1" & chr(9) & "Value2" & chr(9) & "Value3" Thank you. Anson Quote
Moderators Robby Posted October 16, 2003 Moderators Posted October 16, 2003 You can create a DataTable with DataColumns and DataRows manually simuliar to your approach adove the bind the datatable to a control. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.