Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
16944 | Jul 28,2004 04:00 AM UTC | Jul 28,2004 05:59 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub gridControl1_CurrentCellInitializeControlText(ByVal sender As Object, ByVal e As GridCurrentCellInitializeControlTextEventArgs) If e.RowIndex = 1 And e.ColIndex = 1 Then Dim d As Double = e.CellValue If d < 0 Then e.ControlText = d.ToString() End If End If End Sub
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.