No of visitors who read this post:
973
Category:
Web/Cloud Computing
Type:
Question
Author:
James C Webb
Hello guys,
I am using webdatagrid to bind my columns, but when doing so, I am met with an error. This error occurs when I try to update the third row of the same cell. I have no problems when clicking the first and second rows. They work well, but on clicking the third row, I get an error:
'Async request failed [MissingRecordException]: Requested record cannot be found by key'
The screenshot of the error is attached below:
Please guide me how to remove this error. I'll be really thankful for your suggestions.
Looking forward to hear from you soon.
Kindest regards.
- Login or Signup Now to post comments

What I will recommend that you do in this case is to try clearing the grid's datasource and then after that you should rebind it once the dynamic filtering has been successfully applied. The following is something similar that will help you a great deal in going about this process:
In case the above fix does not, then try the following:
Regards,
Carl