c# - Delete filetable row in WPF -
i use entity framework
.in form bind view file table grid.i defined key down event grid
, when user press delete key call stored procedure delete selected row.i show photo file table using image control selection event on grid.
my problem when press delete key must select other row of grid
working deleting operation(if selection change programmatically not help).if not time out exception fired sql executing store procedure. should do?
datagridtextcolumn binding="{binding createdatetime}"
Comments
Post a Comment