I have three image buttons on my main screen. For the button click I have written an event handler in which a web request is sent and the returned response is bound to datagrid. These things are working fine but while these processes are running, the button remains in the pressed state until the grid is populated.
How can I overcome this issue?