Close Window problem [modified]
-
In my datagridviewCtrl, comtains one checkboxcolumn if i check it and close the window and if checking status of the same checkboxcolumn inside closingform event it's formated value is false which should be true . same. This is happening with only close event same with closinfForm event. Is there any function available in C# like "UpdataData(false)" which is available in VC++. I tried with Refreash() and Invalidate() it not working.
Truth Is The Simplest !!!!
modified on Wednesday, February 06, 2008 12:18:03 AM
-
In my datagridviewCtrl, comtains one checkboxcolumn if i check it and close the window and if checking status of the same checkboxcolumn inside closingform event it's formated value is false which should be true . same. This is happening with only close event same with closinfForm event. Is there any function available in C# like "UpdataData(false)" which is available in VC++. I tried with Refreash() and Invalidate() it not working.
Truth Is The Simplest !!!!
modified on Wednesday, February 06, 2008 12:18:03 AM
Your question is horribly unclear and this is the wrong forum for VC++ questions. If this is truly realted to C# then please try to rephrase your question and give more details.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
Your question is horribly unclear and this is the wrong forum for VC++ questions. If this is truly realted to C# then please try to rephrase your question and give more details.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
thankxx for the reply... This question is related to C# only. I updated the post pls check it out.
Truth Is The Simplest !!!!
-
thankxx for the reply... This question is related to C# only. I updated the post pls check it out.
Truth Is The Simplest !!!!
I'm still not 100% sure what you are asking. But I think you are looking for the EndEdit[^] method. If the cell you are currently editing is not committed to the underlying data source, then you can use EndEdit to commit the change.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com