Page 1 of 1

Row_Rendering and Lookup

Posted: Tue Jan 31, 2023 10:29 am
by mishanian

Hi,
on the Row_Rendering function, is there any way to run the codes only if it is not **Lookup **?
I mean run the codes if it is on list or view and not when it is called by a drop-down lookup


Re: Row_Rendering and Lookup

Posted: Tue Jan 31, 2023 11:10 am
by arbei

You may try if (!$this->isLookup()) { ... }. (Assume v2023.)