Hello,
I am loading the data-list with a pre-selected row, but I want this row to be selected "Highlighted"
Do you have any idea how to do it?
Thank you contacting Infragistics Developer Support.
In order to ensure that your issue is addressed correctly I will need some additional information regarding your scenario. Could you please clarify which control you are using to load you data, is it igx-grid?
This information is going to be highly appreciated and will help me in my further investigation.
Thank you for your cooperation.
Looking forward to hearing from you.
Sincerely, Teodosia Hristodorova Associate Software Developer Infragistics
Yes.. I am using the igx-grid. To be more specific, I am using the IgxGridComponent selectRows method, so I can select the row by id right after the data is loaded in the table (I am passing to the selectRows method the rowId). The problem I am facing is that the selected row does not get highlighted. The igx-grid-row won't have the css class 'igx-grid__tr--selected'