Hi,
We have problems in loosing the text that is typed in a textbox of a radgrid as a result of sorting the grid (by the
standard column header links). The textbox is in the ItemTemplate of a GridTemplateColumn, and the contents
of the text box is not (due to various reasons) directly bound to a datasource. Product is Q3 2008.
We have tried setting in MasterTableView both the EnableColumnsViewState="true" EnableViewState="true",
but this did not resolve anything. Also, we have confirmed that the viewstate of the textbox is true
during the ItemDataBound (by doing the FindControl....), which is kicked in when the sorting links are clicked.
Grid is ajaxed with a RadAjaxManager.
Can anyone please shed some light on this and how to resolve this? Thanks.