I have 2 grids on my page. The first contains a list of customers. When a customer is selected in the first grid, a second grid populates with the customer's phone numbers. When I edit a phone number in the second grid, the selected row in the customers grid becomes unselected. What's causing this behavior and how can I prevent it?
Here's a fiddle demonstrating the problem:
https://jsfiddle.net/6kdvC/139/
Thanks!