Hi,
I have Cell templates for my columns that I load at runtime via the XAMLReader.Load() method. This works fine for most of the templates, however not for templates that contain a button that references a handler in the XAML's codebehind. When I attempt to load the grid with these templates an exception is thrown. This appears to be because SL cannot resolve at runtime the name of the Click handler.
With the SL Datagrid people have hooked up the handler in the Grid's RowLoading Event (see http://forums.silverlight.net/forums/t/167310.aspx). Since this event is not supported in the RadGridView, what are my options?
Thanks,
Jerry
I have Cell templates for my columns that I load at runtime via the XAMLReader.Load() method. This works fine for most of the templates, however not for templates that contain a button that references a handler in the XAML's codebehind. When I attempt to load the grid with these templates an exception is thrown. This appears to be because SL cannot resolve at runtime the name of the Click handler.
With the SL Datagrid people have hooked up the handler in the Grid's RowLoading Event (see http://forums.silverlight.net/forums/t/167310.aspx). Since this event is not supported in the RadGridView, what are my options?
Thanks,
Jerry