Hi,
I'm currently developing an application with the support of Windsor Castle (DI container).
As I also want to use Kendo in this project, I started with a simple Grid.
Suddenly the Exception "no parameterless constructor defined for this object" came up.
I've found some threads about this on the net - like this one (http://www.telerik.com/forums/binding-to-an-arraylist-4539b158237a) - which are talking about the same error.
But the solution suggested in those are not satisfying, because I don't want to introduce a parameterless constructor if I don't need one (beside of Kendo).
Is there a way to use Kendo without having parameterless constructors?
Thanks in advance.
Kind regards
Daniel
I'm currently developing an application with the support of Windsor Castle (DI container).
As I also want to use Kendo in this project, I started with a simple Grid.
Suddenly the Exception "no parameterless constructor defined for this object" came up.
I've found some threads about this on the net - like this one (http://www.telerik.com/forums/binding-to-an-arraylist-4539b158237a) - which are talking about the same error.
But the solution suggested in those are not satisfying, because I don't want to introduce a parameterless constructor if I don't need one (beside of Kendo).
Is there a way to use Kendo without having parameterless constructors?
Thanks in advance.
Kind regards
Daniel