This question is locked. New answers and comments are not allowed.
Hi,
I'm implementing various commands on a gridview project, and these are more "cell-oriented" than "row-oriented", meaning that many times i have to update only a specific field on a row item, rather than changing the whole row.
In case like this, after the command i need to refresh the content of that single cell, but the only useful method I found is
that is rather slow, and overkilling. What is the recommended way to achieve, or implement, a sigle cell refresh?
Thanks a lot
I'm implementing various commands on a gridview project, and these are more "cell-oriented" than "row-oriented", meaning that many times i have to update only a specific field on a row item, rather than changing the whole row.
In case like this, after the command i need to refresh the content of that single cell, but the only useful method I found is
gridview.Items.Refresh()that is rather slow, and overkilling. What is the recommended way to achieve, or implement, a sigle cell refresh?
Thanks a lot
