Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
865 | Aug 26,2002 09:34 PM UTC | Nov 14,2002 05:55 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
//C#
this.gridDataBoundGrid1.GridBoundColumns["Quantity"].StyleInfo.ValidateValue = New GridCellValidateValueInfo(True, 0.01, 1000, "bad number")
'VB.NET
Me.GridDataBoundGrid1.GridBoundColumns("Quantity").StyleInfo.ValidateValue = New GridCellValidateValueInfo(True, 0.01, 1000, "bad number")
gridDataBoundGrid1.GridBoundColumns["hoursColumn"]
Whereas this code returns the correct column object.
gridDataBoundGrid1.GridBoundColumns[2]
I'm using this as a workaround to my problem, hope this makes sense. 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.