The grid list looks like it would be an ideal control for a multi column listbox type control - so that we can see multiple fields of a record to allow the record to be selected.
But I don't want to display all the fields and want to change the header text. I can do that in a Datagrid however I don't want the user to be able to select any cells - as I simply want to highlight the entire row with no cell selected - just a the entry in the listbox would do.
Can you provide any pointers to either getting the gridlist to allow customization of the fields being displayed and columns or the datagrid to not show a cell selected - only highlight an entire row.