Does there exist a code example on how to configure KoolGrid to use a custom HTML form for editing and Inserting.
I see the option for inline vs form, but nothing for using different HTML to render the form.
Scott | |
Does there exist a code example on how to configure KoolGrid to use a custom HTML form for editing and Inserting.
I see the option for inline vs form, but nothing for using different HTML to render the form.
Posted Aug 26, 2015
Kool
|
|
Abraham | |
Hi there Scott i think you are looking for this:
http://doc.koolphp.net/Controls/KoolGrid/PHP/InsertSettings/index.php#Template
Posted Aug 26, 2015
Kool - 2 people like this post
|
|
Peter | |
In addition to Abraham good answer, GridTemplate can be used for both Inserting and Editing.
Here is a small working example which uses GridTemplate: http://demo.koolphp.net/Examples/KoolGrid/Advanced/Ajax_Template/index.php In above example, we build a custom Inserting with capability of loading countries list via ajax for user to select. Hope that help. Regards, Peter
Posted Aug 27, 2015
Kool
|
|