Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
423
ultrawebgrid refresh only one row
posted

Hi All,

I have an ultrawebgrid with virtual scrolling ajax.  I select one record and change in in a modal popup window, then when I return from the modal i would like to trigger a

gridLCN.invokeXmlHttpRequest(gridLCN.eReqType.Refresh,

 

null, "");

but I want only the current row to be refreshed and not the whole grid.  I don't want change cell by cell in grid but trigger a refresh only of that row so I don't lose the scroll position of the grid nor it send me to the first record of the grid.

Any ideas are appreciated.

Parents Reply Children
No Data