Browse by Tags
All Tags » CellContentTemp... » WPF Data Grid (RSS)
-
I recently upgraded to 3.7 and still couldn't get this to work easily. I did eventually though but I think not through the ForeignKeyConfiguration property.
I had to jump through several hoops to get it working. Here is how I did it.
PARTIAL CollectionViewSource
<xcdg:DataGridCollectionViewSource ...
-
Hi,
I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:
XAML :
<xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
-
hi,
I tried to put the radio buttons inside the grid using Datatemplates. I want two radio buttons in one cell with the same group name . But if i define the radio button in data templates the group name is same for each radio button in different cells so if i am selecting any one the rest is getting unselected ... so i m in a wrong way or is ...
|
|
|
|