From 528474372b373c720962e5efaad3c7cf6773917a Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 18 Oct 2022 21:49:44 +0200 Subject: [PATCH] MVC - Boorgrid / form control minor additions. o When row-id isn't specified on a "edit" target, use an empty string o On form tags support the "type_formatter" attribute, which defines the function to call in order to convert data before sending it to the server. This eases type conversions when needed (e.g. '1' --> 1 using a wrapper which uses parseInt()) o Add support for list type Sample data for list type