Frage

I have an SPGridView and ObjectDataSource which are all pre defined in the ascx, bu the grid are just populated by the code behind via the object data source code. The grid view is inside an update panel.

I am encountering an issue where the filter icon is missing.

Is it possible to insert this even though I don't create the spgridview columns dynamically?

Thank you.

War es hilfreich?

Lösung

In case someone has the same issue, i have found a way to do it by defining the rowdatabound of my spgridview on pre-render of my control.

I found this forum link.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top