Hi Johny,
I checked the text property with assembly version 2011.3.1025.40 on my side and it is working as expected.
About your other question -
get_textBoxValue is an accessor to textBoxValue field. So the question is: Is it the accessor a real method/function or not? Accessors are used to "access" or "set" some field's value by a intuitive way and they could not perform any actions, you just give them value or take from them a value.
On the other hand functions as their name suggests, perform some actions, they could take input parameters and could return result from their operation.
So in conclusion, we call them properties, because they are not real functions. You could call them anyway that is convenient to you, however we need to distinguish real functions and accessors and that is why the aforementioned naming convention is used.
I am attaching the sample project that I had created. You could test it on your side and see if the issue still persists.
Kind regards,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now