wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

Hi Yurii,

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Service doesn't work after updates

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.

wei7111620
Posts: 0
Joined: Wed Sep 17, 2014 3:55 pm

Service doesn't work after updates

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Service doesn't work after updates

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.

Return to “Issues”