On Creation complete I am filling a datagrid and I want to select the first value listed from the Name Column (NameCol)
What is the syntax?
dataGrid.selectedIndex = 0;
Value = dataGrid.selectedItem.NameCol;
Does not work. why not?
Thanks
Dan
On Creation complete I am filling a datagrid and I want to select the first value listed from the Name Column (NameCol)
What is the syntax?
dataGrid.selectedIndex = 0;
Value = dataGrid.selectedItem.NameCol;
Does not work. why not?
Thanks
Dan