JqGrid Custom Edit Dialog

marcio

New Member
I am working to an application that uses jqgrid. The problem is that the edit dialog that should appear at row edit must have a specific layout. So i would prefer to load it via ajax and then send the data back to jqgrid. I searched a lot on the forums but i could not find an example on how to do it. So, i just need jqgrid to fill the edit dialog popup with custom content from a php script.Thank you.UPDATE: THe ideea is that i have a form generator, where the user sets the position/width/heigh/visibility of the edit fields... and this must be used in the edit dialog
 
Back
Top