BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Charalampos,
Thank
you for contacting Syncfusion support.
We
have analyzed your query and we have achieved your requirement by using the
following code snippet.
Code
Snippet[C#]:
<syncfusion:GridDataControl x:Name="SyncGrid" SelectedItem="{Binding SelectedItem}" syncmvvm:GridDataControlCellClickCommandWithEventArgs.Command="{Binding SelectedItemChanged}" ShowAddNewRow="False" AutoPopulateColumns="False" AllowDrop="True" AllowEdit="False" ItemsSource="{Binding GDCSource}" > |
For
your reference, we have also prepared the sample based on your requirement and
please find the sample in the below location,
Sample: GridDataControlSample.zip
Please
let us know if you have any queries.
Thanks,
Rajasekar
Hi Charalampos,
Sorry for the delay.
At present there is no support for ItemContainerStyle
API in GridDataControl. You have to use the Style and GridDataStyleManager in
GridDataControl to apply style in the GridDataControl
Please let us know if you have any
questions.
Regards,
Rajasekar