Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - evillalobosos

Pages: [1]
1
ParamQuery Pro Evaluation Support / Re: Select display two data
« on: October 04, 2022, 09:04:08 pm »
this is my array of return my php

2
ParamQuery Pro Evaluation Support / Select display two data
« on: September 27, 2022, 11:21:31 pm »
hi mens i need your help for next detail

in the grid i have one select in show one list of material,  ;D in this case need to show only name of material


i´m use json create in php for show list with next code

create: function (evt, ui) {
                this.widget().pqTooltip(),
               
               grid = this;
                   var  column;
                //fetch options for ShipCountry column from server.
                $.getJSON("../Configuracion/clases/Cl_Prod_Materiales.php", function (response) {
                                 
                  column = grid.getColumn({ dataIndx: 'Material' });
                    column.editor.options = response;

                });   
            }

3
ParamQuery Pro Evaluation Support / referenceError
« on: September 03, 2022, 12:18:07 am »
Hi my friends i need your help en next detail

Uncaught Error : ReferenceError: jQuery11120805150055423971_1662142406665 is not defined

i need to load detail in pqgrid_detail




4
Help for ParamQuery Grid (free version) / Re: no rows to display , ERROR
« on: September 02, 2022, 08:49:22 pm »
parsererror; Error: jQuery1112013693105838940256_1662131929578 was not called

6
Help for ParamQuery Grid (free version) / no rows to display , ERROR
« on: August 26, 2022, 12:29:24 am »
Hi my friends i am new in the forum, i am started white paramquery, i need to help for show the details in my grid

Pages: [1]