Page 2 of 2

Service doesn't work after updates

Posted: Fri Dec 05, 2014 6:49 pm
by wei7111620

Hi Yurii,

The grid was set as invisible at the start. It will be shown when there are results. Image


Service doesn't work after updates

Posted: Sun Dec 07, 2014 11:49 pm
by Yurii Orishchuk

Hi Wei,

That's not a correct code to show table.

Here is correct code to show grid:

pre

//Where "contactGrid" is grid name.
jQuery('[name="contactGrid"]').closest('[data-wrapper-for]').show();

/pre

Regards.


Service doesn't work after updates

Posted: Tue Dec 09, 2014 4:37 pm
by wei7111620

Hi Yurii,

Thanks alot.
That works. However, when I do that, it only managed to display one row although I have a few records.
Is there anything wrong with my mapping or my javascript for gridDetails?
Image Image


Service doesn't work after updates

Posted: Wed Dec 10, 2014 12:24 am
by Yurii Orishchuk

Hi Wei,

I can not see any problems in your mapping.

Should work.

Please your dom structure in browser debugger and take a look do you have several grids after service populated them.

Regards.