I have an auto-generated grid from a datatable. I need to find the index of 2 columns and then traverse the columns (i.e. col 4-6) and then grab the data from each cell and make it bold based on a condition.
1 -How can I get the indexes of these if I know the header name?
2 - how do I traverse the columns and grab it's data?
Thanks in advance!