Hi all!
Do any of you know why this won't work?
<asp:BoundField HeaderText='<%=Lang.GetString("ManCan_Descripcion")%>' DataField="OcdObs" />
It's like the server is ignoring the <%%> tags, the page gets rendered like this:
<th scope="col"><%=Lang.GetString("ManCan_Descripcion")%></th>