Is it possible to set a primaryKey field in a ListGrid, and then use a primary key value to search for a record?
My use case is this: after the ListGrid loads I need to retrieve selected sets of child data and associate each row of child data with each ListGrid row so that I can show the child data when the user hovers the mouse over a record. To accomplish that, I'm sending a request to the server that retrieves child data associated with primary key values. However, when I get the data back I need to properly associate it with the parent records, but I'm not sure how to use that primary key to find the right parent record. Any advice?
My use case is this: after the ListGrid loads I need to retrieve selected sets of child data and associate each row of child data with each ListGrid row so that I can show the child data when the user hovers the mouse over a record. To accomplish that, I'm sending a request to the server that retrieves child data associated with primary key values. However, when I get the data back I need to properly associate it with the parent records, but I'm not sure how to use that primary key to find the right parent record. Any advice?
Comment