Saturday, November 30, 2013

Content not Found on Grid app when search is Activated?

Hi all,


We are developing a project in which we have added search capability. But when the search capability is added the content get disappeared.


I have activated the search on keyboard input like this,



protected override void OnNavigatedTo(NavigationEventArgs e)
{
// Turn on type to search.
SearchPane.GetForCurrentView().ShowOnKeyboardInput = true;
}

protected override void OnNavigatedFrom(NavigationEventArgs e)
{
// Turn off type to search.
SearchPane.GetForCurrentView().ShowOnKeyboardInput = false;
}



After overriding these two methods. the content of the grid app is disappeared. I doesnt show anything except the background image.




srithar


No comments:

Post a Comment