Hi,
i have this in c#:
DataGrid grid = sender as DataGrid;
DataGridRow selectedRow = grid.ItemContainerGenerator.ContainerFromItem(grid.SelectedItem) as DataGridRow;
selectedRow.FontWeight = FontWeights.Bold;
What is this in Visual Cobol Code?
Best Regards
Bernd