Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
11442 | Mar 5,2004 03:46 PM UTC | Mar 5,2004 04:03 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Dim style3 as GridStyleInfo = Me.Grid.GridBoundColumns("PhoneNumber").StyleInfo
style3.CellType = "MaskEdit"
maskedEditStyle3.AllowPrompt = False
maskedEditStyle3.ClipMode = Syncfusion.Windows.Forms.Tools.ClipModes.ExcludeLiterals
style3.CultureInfo = New System.Globalization.CultureInfo("en-US")
maskedEditStyle3.DateSeparator = "-"c
maskedEditStyle3.Mask = "(999) 999 - 9999"
style3.MaxLength = 16
maskedEditStyle3.SpecialCultureValue = Syncfusion.Windows.Forms.Tools.SpecialCultureValues.None
style3.Text = "(___) ___ - ____"
maskedEditStyle3.UseLocaleDefault = False
maskedEditStyle3.UseUserOverride = True
The first may need to be
Dim style3 as GridStyleInfo = Me.Grid.Binder.InternalColumns("PhoneNumber").StyleInfo
if you have not explicitly added GridBoundColumns. 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.