This is a migrated thread and some comments may be shown as answers.

RadBusy in a DataForm Edit Template

3 Answers 51 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 23 Jan 2012, 08:46 PM
Hi..
I'm trying to use the RadBusy in the RadDataForm New &  EditTemplate.. when the Combo Box is being bound loaded.  Nothing happens I don't see the Busy,.. If I move it outside the DataForm... it works... what's wrong?  thanks

      <telerik:RadDataForm.NewItemTemplate>
                    <DataTemplate>

   <telerik:RadBusyIndicator Background="Yellow" x:Name="busyMatterCRM" Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="7" Height="200" Width="900" BusyContent="{Binding comboRepInfo 
}" IsBusy="{Binding IsBusyMattersCRM}" Margin="2,2,2,2" IsIndeterminate="True">
                               
                                  
                                      <telerik:RadComboBox x:Name="comboRepInfo" Margin="5,0,0,0"  Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="2" IsEnabled="True" HorizontalAlignment="Left" CanAutocompleteSelectItems="true" 
                                                            ItemsSource ="{Binding RepInfo,Source={StaticResource ViewModel}}"
                                                            SelectedValue="{Binding Rep, Mode=TwoWay}"
                                               SelectedValuePath="REP" 
                                                            DisplayMemberPath="REP" IsEditable="True"
                                                            Style="{StaticResource RadComboBoxStyle}"
                                                            ItemTemplate="{StaticResource RepInfoComboCustomTemplate}"
                                                            SelectionBoxTemplate="{StaticResource RepInfoComboCustomTemplate}"
                                                            Height="30" Width="200"  VerticalAlignment="Bottom">


                                        </telerik:RadComboBox>
</telerik:RadBusyIndicator>         



3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Jan 2012, 01:02 PM
Hi Jon,

The provided code is not enough to tell the reason for this issue, it seems that it is related to the binding of the IsBusy property. Could you please provide us with more details? Thanks

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Jon
Top achievements
Rank 1
answered on 26 Jan 2012, 01:13 PM
Hi..
What additional info do you need. If I move the RadBusy to outside the Template it works fine.
thanks again
0
Yana
Telerik team
answered on 27 Jan 2012, 11:42 AM
Hello Jon,

It would be really helpful if you send us the used ViewModel and the code where IsBusyMattersCRM property is switched. Thanks

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
BusyIndicator
Asked by
Jon
Top achievements
Rank 1
Answers by
Yana
Telerik team
Jon
Top achievements
Rank 1
Share this question
or