I have a RadGrid with <EditFormSettings> and <EditColumn> which the ComandItemDisplay="Top" to get the Insert Section, which works fine normally.
I have a particular GridBoundCoumn
When in Edit Mode, I don't not want this row to show up.
However in Insert Mode, I do want it to show up. Whenever I affect the visibility of this GridEditableItem in the ItemDataBound it seems to also affect that item in the Insert mode as well. And I have trouble accessing their Header Labels as well.
How can I achieve this.
I have a particular GridBoundCoumn
When in Edit Mode, I don't not want this row to show up.
However in Insert Mode, I do want it to show up. Whenever I affect the visibility of this GridEditableItem in the ItemDataBound it seems to also affect that item in the Insert mode as well. And I have trouble accessing their Header Labels as well.
How can I achieve this.