Вопрос

I am wondering how other developers do this, that's why I ask it .

I am thinking I am doing wrong ,I guess,

Here is the secanario:

I have a grid with pagination feature (remote pagination via web servis asmx).

I have a form, when I click it, it loads the grid values client side ,and send to web service ,after inserting data ,I load all grid values connected web service again.

It seems to me redundancy and not make sense.it is same all controls also (combox,grid,list..).

Is it possible to send the form particular data row and send back to grid only edited row and put it there instead of loading all data again.

Это было полезно?

Решение

Please investigate this example.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top