Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Stephen #1
Edit, Update, Cancel Push button question
I have a Edit, Update, Cancel column in my datagrid form
modifying the data in each row. These buttons are of type
PushButton rather than LinkButton.
When I select Edit to modify a row, the Update and Cancel
buttons appear as expected, and the row becomes editable
with various textboxes and drop down lists. When I edit
the textboxes or dropdownlists, the button which receives
<enter> is the Edit button in the first row rather than
the Update button in the current row I'm editing.
I would like the Update button to receive the <enter>
keypress when I'm editing a row, but so far have been
unable to do this.
Stephen Guest
-
Data Binding and Edit/Update/Cancel Chicken-and-Egg Problem
Would you be able to help me out on this one? I've got a DataGrid control that I create dynamically - no problem there. I also add a hyperlink... -
Datagrid disappearing on Edit, Update, or Cancel
I had an application developed on asp.net 1.0. I recently moved the application to 2003 server and asp.net 1.1. The application loads fine, but... -
Update and Cancel events fire as Edit
I have a datagrid that is created at run time DataGrid dgG = new DataGrid(); BoundColumn bcB; dgG.CellPadding = 5; dgG.CellSpacing = 0;... -
Select then expose Edit-Update-Cancel column
Hi, Is there any way to progressively expose the Select, (Edit-Update-Cancel) columns. ie I want only the Select to show, then when the user... -
dynamically adding edit cancel update
I've figured out how to add an edit button based on a login form but when the user presses that edit button how to I get 2 buttons (Update & Cancel)...



Reply With Quote

