Is there a way to dynamically set the SelectedIndex="" from a datagrid tag? I want to set it based on the last modified record.
Printable View
Is there a way to dynamically set the SelectedIndex="" from a datagrid tag? I want to set it based on the last modified record.
Yes, DataGrid has a SelectedIndex property that can be set. But what do you mean by "dynamically ... from a datagrid tag"? :confused: