Click here to Skip to main content
15,919,245 members

Comments by Philofreak (Top 3 by date)

Philofreak 19-Feb-15 7:23am View    
I want my program to work almost exaktly like SQL Server Management Studio if you click on "Edit top 200 Rows" in the context menu of a table.
There is no "Save-Button" and you can't put the focus on a other row, if data are false.
Sergey, maybe you now understand? :-)
Philofreak 18-Feb-15 18:36pm View    
Hi Sergey, i hope and guess we missunderstand each other!
Of course data validation has to be done programmatically.
But I don't want to do this after a cell is updated.
Because if user enters a value in column 1 and then clicks on a other record, and column 2 also has to have a value, this row will contain false data.
So if the user clicks on a other row or sets the focus outside of the datagridview, data has to be validated. And if data is wrong, the focus shall not go to the other record but stay in the row. So if the Row_Exit Event could be cancelled it would be helpful.
But the user shall be able to set focus on column 2.
I hope now you understand!
Philofreak 18-Feb-15 17:37pm View    
I don't understand what trouble there should be, if the RowLeaveEvent could be cancelled. I don't want to have a button to save the data, this shall be done like in MS-Access. If you set focus to a other row or leave the datagridview, it shall be saved automatic. But thx for your help!