Hello
Here is my problem. I hav extended the control DataGrid. It is working fine but I have found a strange problem : when I change the property ReadOnly ni design mode (everything is ok in runtime), I have an error.
I can change it from False to True, but not from True to False. My error is "not set to an instance of an object".
I think that it is a side effect of an overloading I have done but can't find where.
As it is working in runtime mode, I can't find my error with debugger unless there is a way to "debug" what's happening in design mode.
Does someone has an idea ?
Here is my problem. I hav extended the control DataGrid. It is working fine but I have found a strange problem : when I change the property ReadOnly ni design mode (everything is ok in runtime), I have an error.
I can change it from False to True, but not from True to False. My error is "not set to an instance of an object".
I think that it is a side effect of an overloading I have done but can't find where.
As it is working in runtime mode, I can't find my error with debugger unless there is a way to "debug" what's happening in design mode.
Does someone has an idea ?