P
peter
In our database table, there are some fileds are not suitable to display on
the grid
directly. For instance, 12:30 saved as 720 in the table.
and we want to show customer name in one column rather than show firstname,
surname, title in three columns.
So I think I need query this table and then runtime manipulate these fields
and assign these to a dataset which link to a data grid. But I don't know
how to do this, or maybe there are some better ways to achieve the same
result.
I will appreciate very much if anyone can help me with this question.
the grid
directly. For instance, 12:30 saved as 720 in the table.
and we want to show customer name in one column rather than show firstname,
surname, title in three columns.
So I think I need query this table and then runtime manipulate these fields
and assign these to a dataset which link to a data grid. But I don't know
how to do this, or maybe there are some better ways to achieve the same
result.
I will appreciate very much if anyone can help me with this question.