Dear Telerik,
How can I change the placeholder of RadChat from 'Please entry a message' to other value binding to ViewModel like 'ABC...'. I have tried to use
<ContentPage.Resources><Style TargetType="telerik:ChatEntry">
<Setter Property="Placeholder" Value="ABC.." />
</Style>
</ContentPage.Resources> --> But it made the theming of RadChat failed! Can you help tell me how to solve this?