开发者

Changing data in datatable and it does not show in Grid

I have a table adapter on a dataset which is linked to a datagrid with a binding source.

Now i have a column in my grid that is a checkbox which if clicked i change a value of another column in the grid.

So i do it on the cellvaluechanging event of the gridview and then I get the focused datarow in the datatable and change the 开发者_StackOverflow社区other columns value but this does not come up immediately in the grid. I have to click out the cell before the other columns value is changed.

Is there a way i can call a method from the cell changing event so that the grid will go get its value from the datatable again?

Regards, Cobus


Just call the below for the columns that was changed.

GridView.RefreshRowCell()

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜