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
175
UltrawebGrid trying to set active row in grid in AJAX and it does not get highlighted
posted

I am using version 11.1.

I have an ultrawebgrid. when the default row selection is changed, the newly selected row is not highlighted.

Any way in javacript to force this selection? I have tried

igtbl_setActiveRow(myGrid.ASPID, igtbl_getElementById(myGridId+"_r_"+(row.rowIndex-1)));

and

igtbl_selectRow(currentGrid.ASPID, row.id, true,true)

 

Parents Reply Children
No Data