Hi
I have a radgrid that uses in place editing (EditMode = InPlace). The radgrid also allows the user to click a button to turn on the filtering by column.
I don't want the edit row and search rows to both appear on the grid at the same time because it might confuse people as they both look similar.
I've been able to remove the filter row when the add new record button is pressed, but I can't seem to do the reverse? The filter button turns on filtering using the ItemCommand event, it's here that I want to turn off the edit row.
Can anyone advise me on how to do this please?
Thanks
I have a radgrid that uses in place editing (EditMode = InPlace). The radgrid also allows the user to click a button to turn on the filtering by column.
I don't want the edit row and search rows to both appear on the grid at the same time because it might confuse people as they both look similar.
I've been able to remove the filter row when the add new record button is pressed, but I can't seem to do the reverse? The filter button turns on filtering using the ItemCommand event, it's here that I want to turn off the edit row.
Can anyone advise me on how to do this please?
Thanks