0

How can I show the field is dirty (usually red triangle in the top left corner of the field) in an editable grid whenever that field is edited. Is there any easy technique to show it ?

Arrow
  • 321
  • 1
  • 7
  • 19
  • It is over there by default. – Arthur Rubens Feb 15 '21 at 16:15
  • It is based on the record in the store. If the field is dirty (originalvalue != currentValue) then you get the red triangle. if you save and commit the record then the triangle goes away. – mcg1103 Feb 15 '21 at 20:57

0 Answers0