When you click or select a record on a GridDataControl, that row becomes the active row and is highlighted.
I'm trying to utilize the event that highlights a row on the GridDataControl after selecting.
I ultimately want to dynamically choose which row I want highlighted based on a specific value, but I'm not sure what event does this.
Any help is appreciated, thanks!