foreign key in combobox column

Hi,

after looking at the sfdatagrid demos, i didn't find an example that use a regular foreign key relationship .
something like this
table orders
{
    id_order int notnull  primarykey,
    ord_date date,
    ord_id_customer int /* foreign key*/
}

table customers
{
    id_customer int notnull  primarykey,
    cust_name varchar(50)
}


what i want to achieve for is an orders sfdatagrid  with a customer column from what the user can pick from a list
and my main problem is the comboboxColumn databinding

any help is welcome

2 Replies

IS issam September 2, 2015 08:31 PM UTC

PS :i am using entity framework for m'y data access layer

Thanks again .


AN Ashok N Syncfusion Team September 4, 2015 03:39 AM UTC

Hi Issam,

Thank you for contacting Syncfusion support.

We have analyzed your query. A support incident to track the status of this query has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let us know if you require further assistance on this.

Thanks,

Ashok


Loader.
Up arrow icon