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

Pages: [1]
1
Oops, i almost forgot, you should then reference the angular 'dev.js' file and not the minnified version, or you can also find this in the minnified file and change it directly there :)

2
Hi ayordy67,

I had the same problem also, and i visited the forum also :), saw your question - had many views, no answer, and i decided digging into the source code a bit, and i found the problem. Im guessing you've already managed by now, since i'm couple of months late :), but still here it is: the name of the object bound (through jquery) to the grid element is actually "paramquery-pqGrid", and not "paramqueryPqGrid" - as it is requested by the .data() method in the 'angular/ng.pqgrid.dev.js' file on 286th line.
Just change that and it will be ok...

Pages: [1]