Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1622 | Nov 15,2002 01:18 PM UTC | Nov 15,2002 05:32 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Dim myValue as Object = Me.GridDataBoundGrid1(row, col).CellValue
If Not myValue Is Nothing Then
......
End If
But if you are actively editing the cell, you need to get the value from the CurrentCell.Renderer.ControlText.
Dim value as String = Me.GridDataBoundGrid1.CurrentCell.Renderer.ControlText
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.