Consultor Eletrônico



Kbase P145197: Binding to a dataset using the DataMember doesn't work with Microsoft dataGridView
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/06/2009
Status: Unverified

SYMPTOM(s):

Binding to a dataset using the DataMember doesn't work with Microsoft DataGridView

Microsoft DataGridView does not display the column names

Microsoft DataGridView shows nothing

FACT(s) (Environment):

Microsoft DataGridView is used

The binding to a Dataset is done using the DataMember
The syntax is:
dataGridViewOrder:DataSource = pbsCustOrder.
dataGridViewOrder:DataMember = "ttOrder".
The problem is observed when a schema has not been attached to the pertaining ProBindingSource
The problem is not observed when a schema has been attached to the pertaining ProBindingSource
The problem is not observed with Infragistics UltraWinGrid control

Windows
OpenEdge 10.2A

CAUSE:

Enhancement Request# OE00183570

FIX:

This Enhancement has not been implemented in the product.
This feature has already been implemented for the Infragistics UltraWinGrid control, which has a similar functionality as the Microsoft DataGridView