hello!
I tried using MyFaces Tomahawk Popup component in Infragistics WebGridUnfortunately it doesn't display any data when fetching it from DATA_ROW.I need these popups because WebGrid lacks of such functionality.Anybody knows how to fix or workaround this problem?
<i:column resizable="true" sortBy="op_login"> <t:popup> <h:outputText value="#{DATA_ROW.op_login}" /> <f:facet name="popup"> <h:panelGrid columns="2"> <h:outputText value="Name:" /> <h:outputText value="#{DATA_ROW.op_name}" /> </h:panelGrid> </f:facet> </t:popup> </i:column>
edi
I'm not that familiar with Tomahawk, but the 8.1 release of NetAdvantage, which will be out in late April, supports pop up windows.