c# - How can I do GridView editable,without edit link -


How do I make GridView editable without editing edits? In other words, when I click on the cell text box, it automatically goes to editing mode (without clicking on any edit) I want to save the data when I click on each text box ASP.NET web application.

I think you mean ASP.NET GridView? GridView sends Javascript postback (__Drop navigation (...) to edit the link and navigate the cursor and note it in the status bar) When the edit link is clicked, to solve your problem, you will receive another JS event Should send that postback to


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -