Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change DataGridViewColumn behavior
Message
De
13/04/2011 11:14:46
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01507121
Message ID:
01507132
Vues:
38
This message has been marked as a message which has helped to the initial question of the thread.
>I don't want to have NULL values when I empty the value of the column.
>I want when the user empty the value to have an empty string in it :-)
>How to do this?
>
>Thanks in advance.

You could try:
dataGridView.Columns[x].DefaultCellStyle.NullValue = String.Empty;
But I dunno if it will work :-{
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform