[DevExpress Support Team: CLONED FROM DQ14218: Grid paging in a distributed application]
If i use XPPageselector class means,Can i do add/remove/edit the record after paging??
How add/remove/edit the record after paging using XPPageselector
Answers approved by DevExpress Support
Hello Pavithra.
Yes, you can do all CRUD operations in the grid when it is bound to XPPageSelector. While adding new objects and editing existing objects works in the grid out-of-the-box (e.g. if you enable the navigator), you need to explicitly call the Session.Delete method to delete an object.