Advanced Forum Search Results
-
I would like to know how to make the default selection to combo box?
<ComboBox FontSize="15" Height="30" Width="150" Margin="5" x:Name="MyComboBox" SelectedItem="{Binding id, ...
-
Why can we delete the posts that we posted?
Just wonder ...
-
My Combobox's itemlist is overlaped by datagrid ...
Whenever I try to select an item, the combobox items are covered by the datagrid, which is located underneat the combobox.
What can I do to solve this problem ...?
Thanks
-
sure ...
While i < source.Count
Dim box As CheckBox = CType(theDataGrid.CurrentColumn.GetCellContent(source.Item(i)), CheckBox)
If box.IsChecked ...
-
Yes. I want to add a colum in the collection
-
Thanks. I got the way to loop through the list ..
-
As title ...
I would like to add a boolean column in the itemsource of datagrid. Is they anyway to do it? Thanks
-
I would like to know is there anyway that I can alter the list for adding another column.
Dim db As New TableDataContext
Dim matchingTable = From cust In db.table Where cust.sysStatusFlag = 1 Select cust
'Before returning a list ... to the webservice .. I would like to alter the list to ...
-
<my:DataGridTemplateColumn CellStyle="{StaticResource newCellStyle}">
<my:DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<CheckBox x:Name="rowckbx" Click="rowckbx_Click" ...
-
DataGridCheckBoxColumn is only readonly. How can I make it to be checkable? How?