Hi J,
Doesn't PerformAction return a boolean which indicates if the action was successful? If so, you could just skip the rest of the code if the PerformAction fails.
If I am wrong and there is no such return value, then you could check to see if the grid is still in edit mode after you call PerformAction. If so, you know the PerformAction failed and again, you can skip the rest of the code.
Hi Sir,
I need your help regarding gridview(Infragistics.Win.UltraWinGrid). Here I have two columns one is textField and another one is Checkbox.
So, here I want to convert Checkbox into Toggle Button (OnOffSwitch Button). So, can You Please let me know regarding this Issue.
I will be very thankful for you.
Regards,
Kunal