Hi All,
I have a grid with data coming from json (a restful service). Also iam able to edit the grid values and post back to update to database.
i wanted to select 3 cell values from excel and update into grid cells (3 only). First time this happens fine, like if i select 10,12,15 values of three cells from excel and paste into grid this works fine. 2nd time i select 16,18,20 from excel and paste, but still i get 10,12,15 into grid columns.
Now if i open a notepad and try to paste i get 16,18,20. but in grid still i get old/first selected values.
Not sure on this, we have deployed the solution and all the systems accessing this has same problem.
Can you please suggest on this?