|
public async Task GetRowIndex()
{
var RowIndex = await Grid.GetRowIndexByPrimaryKey(1004);
}
|
Hi, I've used the same suggestion but if the record is not in the first page, that method doesn't work
Hi Andy,
We checked your query and we would like to inform you that the row index can be retrieved on a page-by-page basis. So, you can only find the index within the current view of records. If you want to find the index based on the value present on the next page, you will need to navigate to the next page and then fetch the index based on the value
Please let us know if you have any concerns.
Regards,
Naveen Palanivel