1
Answer

how to compaire row of selected cell of grid view two time .

amol

amol

8y
266
1
 i have upload excel file on gridview.
how to check if i select cell value two times form gridview there selected row are same or not .means i have select multiple cell value from girdview  there color is red and another time i have select multiple cell value on same grid .how to compaire both selected cell rows are same.if selected rows of both are not samethen show msg.
Answers (1)
0
arvind baldaniya
NA 282 13.3k 8y
Not Display Data 
My XAML File
 
<Picker x:Name="City" Title="City" HorizontalOptions="FillAndExpand" BindingContext="{Binding get_Cities}" SelectedIndex="{Binding CitySelectedIndex}" >
</Picker>
 
 
 
 
 
0
Madhanmohan Devarajan
NA 6.5k 471.5k 8y
Your code seems to be fine. Do you have any problem in populating the City dropdown dynamically?