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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -