Aug
28
2009
Silverlight datagrid – doubleclick and enter problems
Posted by admin in .NET, tags: silverlightThese 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:
- There is no double click event on a row
- 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 »



Entries (RSS)