Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top