Author Topic: PopUp Insert/Delete/Upload Grid  (Read 2794 times)

Ago30

  • Newbie
  • *
  • Posts: 18
    • View Profile
PopUp Insert/Delete/Upload Grid
« on: September 02, 2014, 03:23:19 pm »
HI!
I have a question.
I create a modal popup to interact with the grid?
for example:
I create a popup for insert / delete / update data grid, how can I interact with the grid the popup?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: PopUp Insert/Delete/Upload Grid
« Reply #1 on: September 02, 2014, 06:38:47 pm »
you can simply call the grid methods i.e., $( ".selector" ).pqGrid( 'methodName' ); from anywhere.