foreign keys and gdbg

Hi Clay, I was wondering how to display foreign key info in a gdbg? Let''s say I have an employees table and an authorizedEmployees table, I want to display the complete list of employees and a checkbox column wich would save the employees PK into authorizedEmployees. Is there any way that would take advantage of ADO.NET?

1 Reply

AD Administrator Syncfusion Team August 10, 2005 09:04 PM UTC

Take a look at the \Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples\DataBound\GDBGcombos sample. It uses a forign key lookup table to display a DisplayValue for a key column. This sample was done exclusively with teh designer, but you can do exactly the same through code.

Loader.
Up arrow icon