I use 2 methods to insert a row in the grid
With the netadvantage checkbox (smartrefreshIDs), I have no problem
but with my jsf button, the scroll bars missing
Can you help me ?
Thank in advance
Button :
Checkbox :
<ig:checkBox smartRefreshIds="MainGrid" label="CheckBox" valueChangeListener="#{formatsBean.ajouter}"></ig:checkBox>
Try to use our component <ig:link> instead of <a4j:commandButton>. IG Link component has attribute action too.
Best Regards, Nina