单项选择题 You are developing a Windows Forms application that contains a DataGridView control. The DataGridView capture the customers name, address, and phone number. You have been asked to provide data validation in a DataGridView to prevent users from leaving the.. You need to ensure that users cannot tab out of the name field without entering data What should you do ?()
单项选择题 The UI is not being updated when the Data property is set. You need to ensure that the DisplayData class correctly updates the UI when the Data .. What should you do ?()
单项选择题 You are developing a Windows Presentation Foundation (WPF) application that displays opportunities from List<T.. class named Lead. The Lead class contains the properties Title and Revenue. You add a DataGrid control named dgQualifiedLeads to the MainWindow.xaml file. You set the ItemsSource property to Leads as follows. You need to ensure that CollectionViewSource is used to filter the list to display only Lead objects with revenue ... What should you do ?()