As a .NET developer I don’t like using third party controls when there is tooling available from MS that will do the job I need. For example I prefer using the “baked in” MSTest suit as opposed to NUnit or MBUnit. The same is true for a mocking framework. I have tried with varying levels... Continue Reading →
Telerik RadGridView Exception when trying to use the Filter Columns feature
Was getting an unhandled Silverlight exception when trying to apply column filters in the Telerik RagGridView component. This was caused by a missing reference to the Telerik.Windows.Controls.Input.dll which is probably being used by the filter UI elements.