Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
674 | Jul 25,2002 05:52 AM UTC | Jul 27,2002 07:01 AM UTC | WinForms | 1 |
![]() |
Tags: FAQ |
' Add a second column style. Dim TextCol As DataGridTextBoxColumn TextCol = New DataGridTextBoxColumn() TextCol.MappingName = "custName" TextCol.HeaderText = "Customer Name" TextCol.Width = 250 TextCol.TextBox.MaxLength = 8 'max 8 chars ts1.GridColumnStyles.Add(TextCol)
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.