In our application we are displaying customers list in editable grid based on status we have to highlight the row for example of status = matched then row should be green not matched it should be yellow how can i do please help as per my knowledge we cant give color in editable is there any way .
Discussion posts and replies are publicly visible
Aside from what Stefan mentioned, you can also use text colors thanks to the Rich Text Display Field.
However as per usual I believe many use cases are attempting to use the Editable grid when the Paging (read-only) grid might be a better choice, and of course it also enables cell-by-cell (column-wise conditional) highlighting in an arbitrary color. So you may reconsider which grid style you actually find better to use, depending on how heavily you're relying (if at all) on actual editable fields within the grid.