Browse by Tags
All Tags » Linq to SQL (RSS)
-
Currently i have a grid with a combobox in. The combobox works fine. i can change a record and write it back to the table.
The 2 problems are the textblock when not editing shows the Value not the Display. I can't figure out how to change this.
Also the dropdown records of the combobox show the class ...
-
I'm having difficulty using a combo box as a custom cell editor in a data grid bound to LINQ to SQL classes. My Store class has a HomeDepartment property, which is typed as a Department object.
I've bound my grid like this:
<DataTemplate DataType=''{x:Type DataModel:Department}''>
<TextBlock Text=''{Binding ...
-
You can take a look at the LINQ to SQL example in the Providing Data topic for an example of how to use the grid with LINQ.
-
Hi,
is it possible to have a SolidFoundation sample with Linq to Sql technology?
or any sample that use Linq to SQL with databinding?
I want to have a same functionality like SolidFoundation sample with Linq To Sql.
specially in Databinding feature and showing Combobox with the Customized Value.
Regards,
Arash
|
|
|
|