customizing and populating Datagrid control

Ramon

Newcomer
Joined
Feb 17, 2003
Messages
18
I use oledbconnections, oledbdataadapters, oledbcommand, dataset programmatically to populate my datagrid control. The data appears correctly and in order as i stated in my command. However, I am having a hard time customizing my datagrid control to the way I like (Column Alignment, column width, etc.).
and I have to click the + symbol then the hyperlink "table" before the data appears.

Please check my code, if i am missing something
One more thing, the customization for the data grid I used in my code does not work. Why is it?
 

Attachments

You can use the NavigateTo method of the Dataset to bypass the link to a table.

I didn't not see your code as it is not formatted properly in that text file, you can just simply the code as part of your post in this thread.
 
Back
Top