data-bound-controls

WHY is - 'GENERATE INSERT UPDATE AND SELECT STATEMENT' greyed out?

Why in the ADVANCE section when I 'configure data source' is the 'GENERATE INSERT UPDATE AND SELECT STATEMENT' greyed out? On some tables it isn't greyed out and works fine. I know that a way around this can be achieved by changing the autogenerateeditbutton tag to true in properties and you can edit this way - but when this is done t...

WPF 2 ComboBox binding problem

I have the following problem: there is a class with a couple of string properties there is a collection of such class entities That collection is shown in tree on the left of some windows and details shown on the right. I'm binding string properties of selected node to comboboxes in details. First combobox always have the same Ite...