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 - ashishg

Pages: [1]
1
ParamQuery Pro Evaluation Support / Re: dropdownlist inside PQ Grid Pro
« on: November 15, 2019, 08:45:36 pm »
Thanks a lot ParamVir for the syntax help.

In my case ShipViaId is already part of feed to load the PQgrid itself.

i.e. suppose https://paramquery.com/content/invoice.json ...... Contains ShipViaId column value;

At server-side I am joining MasterShipVia to get "ShipVia" name in result-set to display text instead of Id.

Now I want to make this column as Drop-down-list so that User can select a different place.

Please suggest a way in this scenario.

Thanks,
Ashish

2
ParamQuery Pro Evaluation Support / Re: dropdownlist inside PQ Grid Pro
« on: November 15, 2019, 11:26:03 am »
Example not working for the Response :- "assign values to column.editor.options in $.ajax success callback"

https://paramquery.com/pro/demos/editing_custom2

Specially looking for Column "Shipping Via" which should be filled by Ajax call.


3
ParamQuery Pro Evaluation Support / dropdownlist inside PQ Grid Pro
« on: November 14, 2019, 06:52:00 pm »
Hi,

Trying to find a working example on the subject with:
ASPnetMVC --> loading ProductName dropdown list inside PQGrid Pro, displaying ProductName to the User and saving ProductId for DB layer using Ajax.

Thanks

Pages: [1]