We are evaluating the RadControls for Winforms. Using the RadGridView that is bound to a custom object, when trying to add a new row we receive the following message:
System.MissingMethodException: Constructor on type 'MyObject.whatever' not found. at System.RuntimeType.CreateInstanceImp(bind......etc..
Most likely something up with our object but would like your advice.
Secondly, is there an event that is available to tie into the Add New Row event?
Thirdly, is there an event for the Filter Event before the filter is applied or evaluated, so that we can add some custom logic?
Thanks for the support!
System.MissingMethodException: Constructor on type 'MyObject.whatever' not found. at System.RuntimeType.CreateInstanceImp(bind......etc..
Most likely something up with our object but would like your advice.
Secondly, is there an event that is available to tie into the Add New Row event?
Thirdly, is there an event for the Filter Event before the filter is applied or evaluated, so that we can add some custom logic?
Thanks for the support!