This question is locked. New answers and comments are not allowed.
Hello,
Today I have an issue with manipulating the contents of the Row Indicator column. The functionality we need is to insert an asterisk (*) inside the Row Indicator cell whenever the row is edited, effectively created a marked for unsaved changes.
I can manage to do this by inserting code into the Cell Edit Ended event that. I collect the IndicatorPresentor using ChildrenOfType on the row, and insert a simple textblock into the IndicatorPresentor's Content property.
The problem is that this only works sometimes. If I do not do any actual editing to the cell, the indicator will change as appropriate. If I do change the cell, however, the normal triangle indicator shows up. Stranger, if this occurs, any other asterisks inserted into other Row Indicator cells dissapear as well.
It seems as though all the indicator rows are being reset upon row edit. This happens not just if insert a textbox, but even if I change the background color as well. I was wondering if you had a way to get around this, or if this was indeed an issue with Radcontrols and not my grid itself.
Thank you for your time,
Philip Coffey
Today I have an issue with manipulating the contents of the Row Indicator column. The functionality we need is to insert an asterisk (*) inside the Row Indicator cell whenever the row is edited, effectively created a marked for unsaved changes.
I can manage to do this by inserting code into the Cell Edit Ended event that. I collect the IndicatorPresentor using ChildrenOfType on the row, and insert a simple textblock into the IndicatorPresentor's Content property.
The problem is that this only works sometimes. If I do not do any actual editing to the cell, the indicator will change as appropriate. If I do change the cell, however, the normal triangle indicator shows up. Stranger, if this occurs, any other asterisks inserted into other Row Indicator cells dissapear as well.
It seems as though all the indicator rows are being reset upon row edit. This happens not just if insert a textbox, but even if I change the background color as well. I was wondering if you had a way to get around this, or if this was indeed an issue with Radcontrols and not my grid itself.
Thank you for your time,
Philip Coffey