Simulating Grid Layout and Databinding in WPF/E

Bryant is serious about digging into WPF/E.  Today he put up a post outlining a data grid simulation in WPF/E.  As the name implies, a data grid needs both grid layout and data binding.  These are two features missing from the current WPF/E CTP.  Bryant has built up his own architecture to work around these missing features to create an Microsoft AJAX based sample. 

A detailed walkthrough and code are available in the blog post, titled part 1.  I'll be checking my RSS feed for future iterations.  Finally, since this sample requires the ASP.NET AJAX extensions on the server, it is not posted live.  Hopefully this will change soon.