Although GitHub is a very well-known platform we saw a better and easier approach for reviewing our examples developing our SDK Samples Browser. You can also use it to review the examples.
Regards,
Yoan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
Thanks for much for that direction! I have it up and running now.
One thing that isn't clear is howto control what is displayed in the PropertyGrid when you apply an Editor using the technique like you have for the PhoneNumber in the example. I've stumbled over the fact that you can add a ToString override but that only gets called once and doesn't let me change the displayed value after the Editor is dismissed.
Any guidance on this? Thanks.
0
Yoan
Telerik team
answered on 26 Sep 2014, 05:24 PM
Hi Ben,
Indeed you are right. Unfortunately, there is no easy way to achieve the desired result. A possible solution could be placing a TextBlock in the template of the ModalEditor. Then you can try to bind its Text property to a property of your item.
Please let me know if you need further assistance with this.
Regards,
Yoan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.