Hi
Clint,
Thanks for
using syncfusion products.
We have
analyzed your query and if we are creating the style for the GridDataControl
then we have to add the StaticResource Key in the GridDataControl style as below
the code snippet.
Code
snippet[XAML]:
<syncfusion:GridDataControl Name="syncgrid"
Grid.Row="1"
AutoPopulateColumns="False"
AutoPopulateRelations="False"
ItemsSource="{Binding GDCSource}"
NotifyPropertyChanges="True"
ShowAddNewRow="False"
ShowFilters="True"
Style="{StaticResource
GridDataControlBaseStyle}"
UpdateMode="PropertyChanged">
|
We have
prepared a simple sample based on your requirement and please find the sample
under the following location.
Sample: GDC_Sample.zip
Please let
us know if you have any queries.
Regards,
Gobinath
A