Auto fill field after filled other field.

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
gmandayu
User
Posts: 1

Auto fill field after filled other field.

Post 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.


MichaelG
User
Posts: 1110

Post 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


Post Reply