Hi,
I have two data sources: Let's say cars and manufacturers. Now I want to display all cars in one GridList. The database contains an integer value for the manufacturer's ID. But I want to display the name of the manufacturer in my ListGrid, not the integer value.
In this forum I read about 'OptionDataSource'. As my datasources are defined in xml format, how can I show the manufacturer's name instead of its ID with the least programming effort?
Is it possible to declare some relation already in the xml Datasource?
Thank you!
Chris
(EDIT: Btw, hopefully, only a short answer is needed: Which type do I have to write in the xml datasource definition to get values for oracle's Timestamp? Right now, I am only getting [object Object]. Thanks for that one, too!)
I have two data sources: Let's say cars and manufacturers. Now I want to display all cars in one GridList. The database contains an integer value for the manufacturer's ID. But I want to display the name of the manufacturer in my ListGrid, not the integer value.
In this forum I read about 'OptionDataSource'. As my datasources are defined in xml format, how can I show the manufacturer's name instead of its ID with the least programming effort?
Is it possible to declare some relation already in the xml Datasource?
Thank you!
Chris
(EDIT: Btw, hopefully, only a short answer is needed: Which type do I have to write in the xml datasource definition to get values for oracle's Timestamp? Right now, I am only getting [object Object]. Thanks for that one, too!)
Comment