Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
popups in WebGrid
posted

hello!

I tried using MyFaces Tomahawk Popup component in Infragistics WebGrid
Unfortunately 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 

  • 95
    posted

    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.