How do I enable a column to insert records and save it c # gridcontrol devexprees

1

The one I have did it by adding a column and enabling the gridview allow edit, but at the moment of jumping to the next cell, what I wrote is deleted

If I enter or only change the same cell it is deleted, if it is a normal table of sql, that field I will save it, but first I want it to be in the table to capture it

    
asked by douglas 29.11.2016 в 01:12
source

1 answer

1

It is likely that your "Verify" column has the "FieldName" property empty.

You must link the grid column to a field in your database, using the FieldName.

    
answered by 29.11.2016 в 21:14