Advanced Forum Search Results
-
Hi
No, the datagrid records are inputs for some transactions. So one among the record should be the default one. so for selecting the default one or indicating that it is the default one i have a radiobutton column which indicates whether the record is the defaut one or not. so if i select another radiobutton the current selected ...
-
Hi,
In my DataGrid i have a Radio button and have set GroupName to it as i wanted only one to be selected at any point. But it is not working. Is there any solution for this or is it a bug in SL RC1.
<data:DataGrid x:Name="dgrdServiceSchemeList" Style="{StaticResource DefaultTheme_DataGrid}" ...
-
Hi, I have used two way binding for updating the UI whenever the bound property is changed in the code behind. And my source is an observable collection of an entity. But whenever there is a change in the source the corresponding UI is not changing. This is the code in RC1 , the same code was working in beta 2. Should i do anything other than ...
-
Hi,
It would be gr8 if u pass the code since i'm also lookin an alternative for the committing edit event in RC0.