Posts

Showing posts from October, 2013

Binding lack of the Silverlight DataGrid CellTemplate

Be aware of this. Silverlight 5. DataGrid DataGridTemplateColumn.CellTemplate Visibility (!!!) It doesn’t work, at all: Visibility ="{ Binding  Path = Detail,  Converter ={ StaticResou rce  VisibleNonEmptyConverter }} " This is working: Visibility ="{ Binding  Path = DataContext,  RelativeSource ={ R elativeSource  Self },  Converter ={ StaticResource   VisibleNonEmptyConverter }}" DataContext ="{ Binding  Path = Detail}" < data : DataGrid                ItemsSource ="{ Binding  Path = Items}"                AutoGenerateColumns ="False"                HeadersVisibility ="None"                Background ="Transparent"                HorizontalAlignment ="Left"                HorizontalContentAlignment =" Left"                VerticalContentAlignment =" Center"                AlternatingRowBackground =" LightGray"                RowBackgro

Projects list

My modest projects. Formatted Input MVVM Workflow Close the ChildWindow by its Overlay MathNullable The Prism architecture lack for the Interactions! WcfContext - The Custom WCF Context State Pattern Implementation WorkflowCode - Workflow in a Code framework WPF application Single Instance in one line of code for usage