Select to view content in your preferred language

DataGridView rows items

853
0
08-17-2011 04:22 AM
JurajMalega
Deactivated User
hi
i need to fill up DataGridView with items from *.dbf
I am using the DataTable like DataSource for my Grid.
Before I create DataGridView I fill up the DataTable with Columns and Items. Everything works fine.
But I need one Item like a combination of two columns in *.dbf file. Both of columns are integer. First column has for example Value 1 and Second Value 4...and I need to see in DataGridView something like 1/4...
I tried everything without success...
any ideas please?
thanks
0 Kudos
0 Replies