Explorando C #

jueves, 7 de mayo de 2015

Datagriview & Data

De los datagridview
http://arsalantamiz.blogspot.com/2008/09/binding-datagridview-combobox-column.html


De los datagridview (Super Importante)
http://tutorials.csharp-online.net/Presenting_Data_with_the_DataGridView_Control_in_.NET_2.0%E2%80%94Formatting_with_Styles


Opciones del datagridview
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.rowsdefaultcellstyle(v=vs.110).aspx

Colocar la maxima longitud de una columna de un dgv

((DataGridViewTextBoxColumn)dataGridView1.Columns[yourColumn]).MaxInputLength = 6;

http://stackoverflow.com/questions/12903087/how-to-set-max-length-of-datagridview-column

DataPropertyName

http://everything-dot-net.blogspot.com/2006/07/datagridviewcolumn-datapropertyname.html
http://stackoverflow.com/questions/17269725/bind-datatable-to-datagridview-that-already-have-column-defined
http://bytes.com/topic/c-sharp/answers/487884-datagridview-datasource-columns-datatable

http://social.msdn.microsoft.com/Forums/windows/en-US/150ca777-58a2-407b-90d8-fb5a9d0ed651/predefine-columns-datagridview-binding-in-winforms?forum=winforms (Importante)


DataRow Class
http://msdn.microsoft.com/en-us/library/system.data.datarow.aspx


DataBinding
http://www.akadia.com/services/dotnet_databinding.html
http://www.codeproject.com/Articles/11530/Understanding-Simple-Data-Binding
Publicado por cesar en 14:13

No hay comentarios:

Publicar un comentario

Entrada más reciente Entrada antigua Inicio
Suscribirse a: Enviar comentarios (Atom)

Etiquetas

  • .Net (1)
  • Aplicación (1)
  • C# (1)
  • COM (1)
  • comboBox (2)
  • DataGridView (3)
  • Expresiones regulares (1)
  • Fundamentos C# (6)
  • Instaladores (1)
  • KeyPress (1)
  • Localizacion (1)
  • Ports (1)
  • Regex (1)
  • Regular expressions (1)
  • Resources (1)
  • TabControl (1)
  • Textbox (1)
  • Validating (1)
  • Windows Forms (1)
  • WPF (1)

Archivo del blog

  • ►  2019 (1)
    • ►  agosto (1)
  • ►  2018 (1)
    • ►  mayo (1)
  • ►  2017 (3)
    • ►  junio (2)
    • ►  febrero (1)
  • ►  2016 (1)
    • ►  marzo (1)
  • ▼  2015 (29)
    • ►  septiembre (1)
    • ►  agosto (2)
    • ►  julio (7)
    • ►  junio (7)
    • ▼  mayo (4)
      • Datagriview & Data
      • MUY IMPORTANTE PARA EL DESARROLLO DE APLICACIONES
      • DateTime
      • Editor de texto
    • ►  marzo (5)
    • ►  febrero (3)
  • ►  2014 (29)
    • ►  diciembre (1)
    • ►  octubre (2)
    • ►  septiembre (4)
    • ►  junio (8)
    • ►  mayo (3)
    • ►  abril (2)
    • ►  marzo (9)
  • ►  2013 (4)
    • ►  mayo (4)
  • ►  2011 (2)
    • ►  mayo (2)
  • ►  2010 (8)
    • ►  octubre (1)
    • ►  enero (7)
  • ►  2009 (7)
    • ►  diciembre (3)
    • ►  octubre (2)
    • ►  agosto (2)
  • ►  2008 (1)
    • ►  marzo (1)

Links de mucho interes!!

  • MSDN
Tema Fantástico, S.A.. Con la tecnología de Blogger.