I have ultrawingrid. It display edit icon in fixed column of a row when user edits cell value. That is fine but the icon also displays when I change the cell value from code. How can I prevent that and display edit icon only when user edits.
Thanks
I have attached the image. Notice the pen symbol (edit icon) on the left.
Also I assigned dropdownlist to second column. How can I change the alignment of dropdownlist. Currently it is obstructing(covering) the left column.
Call row.Update to commit the changes to the data source after you change the cell value(s).