Hi
After you have set up the DataGrid (binding etc.) obey a statement like
set myDataGrid::SelectedIndex to -1
In SelectionChanged event code
If myDataGrid::SelectedIndex < 0
exit method
end-if.
Freundliche Grüsse
Werner Lanter
Hi
After you have set up the DataGrid (binding etc.) obey a statement like
set myDataGrid::SelectedIndex to -1
In SelectionChanged event code
If myDataGrid::SelectedIndex < 0
exit method
end-if.
Freundliche Grüsse
Werner Lanter