Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > datagrid bound_column width on edit not sizing with ItemStyle

Reply
Thread Tools

datagrid bound_column width on edit not sizing with ItemStyle

 
 
tektak
Guest
Posts: n/a
 
      09-20-2004
When clicking on my edit control the datagrid width is off the screen. I have
template columns that handle ddl's in addition to bound controls. I need to
get each column width fixed to a certain width with my bound column on edit.
<asp:BoundColumn DataField="dtStart" ReadOnly="False" HeaderText="Start">
<ItemStyle HorizontalAlign="Center" Width="15"></ItemStyle>
</asp:BoundColumn>

This code does not work on edit.
I'm using VB for code behind.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ItemStyle.Width doens't adjust the size of a column? Greg P. ASP .Net Web Controls 14 02-11-2008 07:18 PM
Set the width of the edit textbox after clicking on Edit link in datagrid... Sharon McCarty ASP .Net Datagrid Control 0 11-24-2004 06:41 PM
<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle> Diego ASP .Net 0 11-12-2004 02:10 PM
DataGrid ItemStyle is a textbox and doesn't update the datagrid datasource matthew schouppe ASP .Net Datagrid Control 3 04-30-2004 03:02 PM
DataGrid ItemStyle is a textbox and doesn't update the datagrid datasource matthew schouppe ASP .Net 3 04-30-2004 03:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57