Hello,
I am not able to fill up a combobox in a datagrid with data from a dataTable. What am I doing wrong?
XAML:
<DataGrid x:Name="dgContactgegevens" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="2" Grid.RowSpan="2" Margin="10,10,10,10" RowBackground="LightYellow"...
Hello,
In a WPF-form, I have a datagrid and the first column is a combobox.
On any row of the datagrid I choose to click, the combobox opens and shows its values nicely.
However afterwards, I am only able to click on the combobox of the chosen row - which opens the combobox and displays the...
Hello everyone,
I have a problem attaching a database file to my SQLServer using Integrated Security.
Depending on where my .mdf and _log.LDF files are located it works or doesn’t work.
The connectionstring in the app.config-file of a C# project is:
providerName="System.Data.SqlClient"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.