Cuestión : Interruptor de Silverlight DataGrid CellTemplate/CellEditTemplate

Tengo un datagrid con estoy atando a una entidad source.

I quiero hacerla tan cuando está en “corrige modo” que los cambios de la columna de PartNumberID de un TextBox a un ComboBox

I han estado ensuciando alrededor con CellTemplate/CellEditTemplate sin necesidad del

I de la suerte hasta ahora también de imaginar cómo atar el PartNumberID a la ayuda del properly

Any de ComboBox serían mucho appreciated

class= del

Respuesta : Interruptor de Silverlight DataGrid CellTemplate/CellEditTemplate

Ejemplo de CellTemplate/CellEditTemplate que usa en DataGrid (w/ComboBox).


    xmlns= " http://schemas.microsoft.com/winfx/2006/xaml/presentation "
    xmlns: x= " http://schemas.microsoft.com/winfx/2006/xaml "
    xmlns: clr-namespace del data= ": System.Windows.Controls; assembly=System.Windows.Controls.Data "
    xmlns: clr-namespace del src= ": Silverlight "
    Width= " 400 " Height= " 300 " >
   
       
   

   
       
           
               
                n Header= " ciudad " >
                    n.CellTemplate>
                       
                           
                       

                    mn.CellTemplate>
                    n.CellEditingTemplate>
                       
                                                                  ItemsSource= " {CityList, Source= obligatorios {cityProvider de StaticResource}} “
                                      DisplayMemberPath= " CityName "
                                  />
                       

                    mn.CellEditingTemplate>
                mn>
               
           

       

   



Sobre era de http://weblogs.asp.net/manishdalal/archive/2008/09/28/combobox-in-datagrid.aspx

HTH
Ashok
Otras soluciones  
 
programming4us programming4us