how to refresh/reload dhtmlx grid

Posted by steve on Stack Overflow See other posts from Stack Overflow or by steve
Published on 2012-09-01T08:40:08Z Indexed on 2012/09/01 9:38 UTC
Read the original article Hit count: 354

I am using dhtmlx grid.I have two grids named grid1,grid2. I have loaded the two grids using json object.

If i select one record in the grid1 and click on the button that record has to load in the second record.I am able to load that selected record in the second grid using document.location.reload(true);with this, the total page is refreshing.but i want to refresh grid2 only.

I want to refresh grid2 only after click on the button.how can i refresh/reload grid2.

© Stack Overflow or respective owner

Related posts about asp.net-mvc-3

Related posts about visual-studio-2010