I am looking to use phpgrid for my grid. I need to be able to edit/add data. I know there is a dialog for editing/adding, but is that powerful enough?
If not have others here used other forms tools, like apphp.com data form, or phpdatabaseform.com data forms?
Just trying to understand the best way to be able to edit/add data. I am not a php or html expert, but if someone knows of a good tool, I would like to take a look at it.
Hi,
It all depends on your requirements. The add/edit forms that comes with grid work for most cases.
If you can tell your requirements then i can suggest how much it is doable with built-in forms.
I would need dropdowns, possibly dependent dropdowns, radio buttons, check boxes, valudation. Very possibly a few buttons to do certain things. I can try to see if the dialigs will work but I am thinking I might need more. If I wanted to try to use something like apphp.Com dataform how would I get that form to be used rather than the dialog?
PHPgrid support api that allow custom pages to be called on clicking add/edit/view buttons.
Code: https://gist.github.com/gridphp/ddd9ce8592144f8ea8b1db039e708f66
I'll explain when you need it.