where can I find guidelines for using xamGrid in a silverlight project with a ORM entity framework?
Hello foxjazz,
I was just wondering did you have a chance to try Konstantin's suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
you probably need to enable the editing of xamGrid. You could check how to set the editing settings at this page.
If this is not the case please provide some code and context of what the scenario is.
Regards,
You could set the ComboBox column's ItemsSource in xaml by providing a StaticResource(it is not possible to bind it to the rows data) or you could set it through the code-behind.
Ok I found instructions to use the ItemTemplate in order to define the comboboxcolumns.
But I don't see a sample for deriving these columns from a table in a database.
So I draged xamcomboeditor on the page.
And I made a column of comboboxcolumn in a column for the grid both with the same ItemSource data and DisplayMember data.
However when I click on the grid dropdown selector for the combobox, it doesn't attempt to open.
When I click on the xamcomboeditor it opens fine.
What do I need to to to get this to open?