php - populating dropdownlist based on the condition when you click on add button in phpgrid -
i using phpgrid in project , wanted see dropdownlist populated based on condition.
when click on add buttoon in phpgrid, allow me select country , based on country selected, dropdownlist generated belonging selected country. in mysql database have location tables separated parent , child columns , can able see proper result in mysql views. same thing wanted implement phpgrid.
ref: http://phpgrid.com/
have read http://phpgrid.com/example/nested-dropdown/ ? seems looking for.
Comments
Post a Comment