Hi
Manfred,
If you bind
NewRowPosition property to a boolean one you will have to choose two of the three possible values for it. The way to achieve this is by using a
Converter. Even a
MultiValueConverter, as you suggested, cannot make any difference since the boolean property you want to bind
NewRowPosition to provides only two values. A possible solution for this scenario is to implement two
Converters. For example, the first one will return "
None" value for "
false" and "
Bottom" for "
true". Respectively the second one will return again "
None" for "
false" and "
Top" for "
true".
Let me know how this approach works for you.
Best Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.