Hi all,
I have a datagrid with paging option that I am populating with ResultSet (Not a DQL). I need to refresh the datagrid, when I add an item. The problem is if I do the refresh in onRender(), then it will always stay in the first page, and I can't navigate to the next page. And if I do the refresh and populating the datagrid in onInit, the paging works find, but when I add an item to my datagrid, then the new items doesn't show up in my datagrid, until I close my jsp page and re-open the component. Can someone advise, please?
Thanks.