This is a migrated thread and some comments may be shown as answers.

Two data grid - Selected Row force second grid to get data for the second grid

0 Answers 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Khoa
Top achievements
Rank 1
Khoa asked on 26 Oct 2018, 09:20 AM

Hi,

I'm using the Outlook Template from Telerik.

What I've done is that I've swapped the current grid with my own item source which list the categories the 1. grid.

What I want to do is upon selecting a row, I want upon choosing a row from the 1.grid to send categoryID parameter to viewmodel, and viewmodel is going to run the sample function which retrieves the data from the database. 

My function is retrieving the data just fine. I just need to find out how to make selected row in grid 1, call on this retrieve data function and update the gridview 2 with new items. If I decide to choose another row in grid 1, it would call on the retrieve data function again with new categoryID as parameter

How can I achieve this?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Khoa
Top achievements
Rank 1
Share this question
or