Hello,
I'm wondering if there is a way to add a new data without refreshing the grid. The problem I'm having is that whenever invoking showInsertItem(), it refreshes the entire form and that causes calling database again and again.
I looked for a property of MasterTableView to prevent the calls, but I couldn't find one.
The reason why it refreshes the entire page is probably because I'm binding data. Does it mean that if data is bound to RadGrid, refreshing is invevitable when inserting/updating/deleting a record?
Please let me know if there is any clue how to resolve this issue.
Thanks!
I'm wondering if there is a way to add a new data without refreshing the grid. The problem I'm having is that whenever invoking showInsertItem(), it refreshes the entire form and that causes calling database again and again.
I looked for a property of MasterTableView to prevent the calls, but I couldn't find one.
The reason why it refreshes the entire page is probably because I'm binding data. Does it mean that if data is bound to RadGrid, refreshing is invevitable when inserting/updating/deleting a record?
Please let me know if there is any clue how to resolve this issue.
Thanks!