Hello,
I am trying to put a different text into the 'click to add new row' for the master and detail view -
I have
<UserControl.Resources>
<Style TargetType="Syncfusion:AddNewRowControl">
<Setter Property="AddNewRowText" Value="Click to add new department"/>
<Setter Property="FontWeight" Value="Bold"/>
</Style>
</UserControl.Resources>
in my control but this changes the text for both.
How can I specifically target the detail grids?
I am happy do do this in XAML, or in c# codebehind.
Thanks