function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shambhavi Tambulwadkar 17Shambhavi Tambulwadkar 17 

Inline edit for Lookup field on a Visualforce page not working like standard page

Hello All,
I have a requirement for visualforce page with inline edit in a pageblocktable.This particular functionality is working fine for all scenarios except when a lookup field is inline edited.
When I use the undo button to clear out the value after filling in the lookup field, it throws an error 'Value does not meet filter criteria'. To get rid of this error I used rerender. I rerender the column with lookup field and I no longer faced the error.
However, due to the rerender, other values in the lookup field column also get changed inconsistently.
I think rerender row/cell wise might help solve this issue but I can't find a right way to do it.
Any help on this issue or alternate ways to tackle this issue will be highly appreciated.
Thank you in advance.
Rahul SharmaRahul Sharma
Take a look at this link (http://salesforce.stackexchange.com/questions/111274/only-rerender-row-in-apexpageblocktable-using-apexactionregion" target="_blank), might be helpful.
OtherwisecCan you elaborate where you have placed the rerender?