Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Sharon McCarty #1
Set the width of the edit textbox after clicking on Edit link in datagrid...
Hi There,
I have a data grid where I have a couple of columns as follows:
-----------------------------------------
|id | textual description | Edit| Delete|
-----------------------------------------
When I click on Edit, it changes to the links Update and Cancel. (this
was setted up in the Property Builder of the data grid control).
The problem is that when I have the textbox in the 'id' and 'textual
description' appear after clicking on the Edit link, the textbox for
'textual description' width is too small. Is there a way I can adjust
the textbox width when I click on the Edit link?
Thanks in advance
Sharon
Sharon McCarty Guest
-
DataGrid Edit TextBox
Hi NG. I'm having trouble controling the size of the textboxes that appear when the user clicks the "edit" button for a row in my datagrid. I... -
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
Textbox Font and Fontsize in Edit Mode
How do I change the textbox font and fontsize in Edit Mode? Thanks, -Dave -
Edit Datagrid - show textbox and dropdown
Hi All, I have a problem trying to edit the data in a datagrid control. I have 2 bound columns in the datagrid. I have added the following code... -
Can I programmatically change width/height of column in edit mode
I have six bound columns. When I click Edit and go into edit mode, those six columns widths expand and force the browser to have a horizontal...



Reply With Quote

