IgrDataGridでクリックした行の色を変更したい場合は、 選択モードを”行”にする。cellSelectedBackgroundで色を指定する。 でできます。 <IgrDataGrid selectionMode="SingleRow" cellSelectedBackground="pink"> </IgrDataGrid> 実行結果 サンプル kb6455-app1ダウンロード ドキュメント、APIリファレンス React グリッドの選択https://jp.infragistics.com/products/ignite-ui-react/react/components/data-grid-cell-selection.htmlselectionModehttps://www.infragistics.com/products/ignite-ui-react/api/docs/typescript/latest/classes/igrdatagrid.html#selectionmodecellSelectedBackgroundhttps://www.infragistics.com/products/ignite-ui-react/api/docs/typescript/latest/classes/igrdatagrid.html#cellselectedbackground Tagged: IgrDataGrid