get the data in gridView destination
however, I already found the solution :
1.
before do the postback, get data in gridview destination with javascript and store into hiddenfield control in asp.net
2. after postback or during postback, the data in gridview destination back to null (first state), but we retrieve from hiddenfield control
hoefully helps other.
thanks