Hello,
I´m using the SelectedObject property of the RadPropertyGrid control. The object that is being passing to, is a simple class with several basic data types properties. Getters of these properties are communicating with an instrument through tcp/ip in order to read its real values.
I have observed that every user action on the control (like a resizing RadPropertyGrid control itself or scrolling its vertical bar or even resizing the help section at the botton of the control) causes that getters of this underlaying class are called again and again.
How could I address this behavior?
Many thanks in advance for your help.
I´m using the SelectedObject property of the RadPropertyGrid control. The object that is being passing to, is a simple class with several basic data types properties. Getters of these properties are communicating with an instrument through tcp/ip in order to read its real values.
I have observed that every user action on the control (like a resizing RadPropertyGrid control itself or scrolling its vertical bar or even resizing the help section at the botton of the control) causes that getters of this underlaying class are called again and again.
How could I address this behavior?
Many thanks in advance for your help.