Question 1 : I want to apply color on rows based on column values. for instance: if status = successful , row color = Green if status = failed row color = Red
Question : I have a file-type field in my entity, and I’m using the entity as a data source in an Edit Grid. I want to upload a file on run time from app in a column for all rows to allow attachments. How can I achieve this?
Thanks in Advance