Author Topic: Use another ParamGrid to select data  (Read 6170 times)

svk123

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 9
    • View Profile
Use another ParamGrid to select data
« on: May 21, 2014, 06:49:13 pm »
Is it possible to use another paramgrid to select data instead of a drop down. The drop down shows only one column. I want to build multi field sorting and searching functionality in the drop down which would be possible if the drop down itself were a pqgrid. Is it possible to achieve this through nesting?

Can one PQgrid be placed on top of another through code. It is possible to drag it on top of another using the draggable: true property. can one set the left, top properties of a PQ grid.

Is it possible to hide a PQ grid in which data is populated using the location: local method and then show it ("popup") just below the cell of another PQ grid if user clicks that cell in "Edit" mode. the data shown in the "Popup" pqgrid has no relation with the selected cell. however if user clicks on a row in the "PopUp" pqgrid, the data from one of the cells should be copied to the selected cell.

I am currently running the evaluation version and plan to purchase the pro version if the above mentioned things can be achieved.

Thanks,
SVK

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Use another ParamGrid to select data
« Reply #1 on: May 22, 2014, 11:40:00 am »
I'm afraid to say these don't seem to be features but general customization requirements.

To check whether it would be able to meet your requirements, you should look for existence of click events and whether it's possible to get cell data in click event, etc.

How about give it a try and post problem faced if any.

svk123

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Use another ParamGrid to select data
« Reply #2 on: May 22, 2014, 02:12:20 pm »
Ok will do