Archive for August 28th, 2009

These days I started looking into Silverlight and unfortunately my time was spent more on finding sollutions than actually implement something. I am so used to ASP and WinForms that somehow the new way of doing things in SilverLight is making me dizzy.

I started looking into DataGrid mostly and found two strange things:

  1. There is no double click event on a row
  2. The <enter> key is not caught in the OnKeyDown handler.

Of course there are solutions to this and based on some nice community posts I made my own implementation for the datagrid which is listed below
Read the rest of this entry »

Comments 4 Comments »