Page 1 of 1

Auto fill field after filled other field.

Posted: Mon Aug 14, 2023 11:50 pm
by gmandayu

Hi there!
I'm new in ASP.NET Maker. I have this scenario:
I want to make my field automated filled after I fill other field. Should I use row_rendered or row_rendering or any else?
Please provide some basic code examples, it may help me.

Thank you, guys.

PS: before saving into database, just rendering the field value.


Re: Auto fill field after filled other field.

Posted: Tue Aug 15, 2023 7:17 am
by MichaelG

If the parent field is a lookup field, you can simply set up the Auto fill option as described in:
https://aspnetmaker.dev/docs/#/lookuptable.html

Otherwise, you can use Client side events. Read:
https://aspnetmaker.dev/docs/#/fieldset ... dit-search