Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2690
Combo in grid
posted

I have a combo in grid

Main table that populates grid has the id and other table has the details/description of that ID

I have tried to follow the sample

http://labs.infragistics.com/silverlight/lobsamples/2010.3/#/Samples/ComboEditor/DataBinding/ComboInGrid

But that does not work with db

Any links

Parents Reply
  • 6759
    Offline posted in reply to some

    Hello,

    check this link from msdn ElementName. Since the DataContext of the TemplateColumn cell is the bound row data, you need a way to access the DetailsTable1. To do so 'LayoutRoot' grid is used as binding source and the path is its data context and finally the DetailsView1.

    Regarding the intellisence problem ... I am not sure what do you mean. (you need to add a using statement 'using SilverlightApplication2.Web;' )

    Regards,

     

Children