Categories | Question details Back To List | ||
DHTMLX Grid with Select_filter Hello guys, i am testing this grid and had a problem, in my loadxml(get1.php) i am getting $link = "<a href='$layout_type.php?id=".$result['PLAN_ID']."&layout_id=".$result['LAYOUT_ID']."&document_id=".$result['TERRITORY_ID']."&terr_id=".$result['TERR_ID']."&layout_id=".$result['LAYOUT_ID']."'>".$docu_title."</a>"; print("<row id='".$rowid."'>"); print("<cell><![CDATA[".$prod_title."]]></cell>"); print("<cell><![CDATA[".$rterr_id."]]></cell>"); print("<cell><![CDATA[".$remp_name."]]></cell>"); print("<cell><![CDATA[".$terr_id."]]></cell>"); print("<cell><![CDATA[".$emp_name."]]></cell>"); print("<cell><![CDATA[".$link."]]></cell>"); print("<cell><![CDATA[".$res_status."]]></cell>"); print("</row>"); when i use select filter on the $link column in grid, its showing the entire hyperlink. how can i have a hyperlink in grid and still filter by the link text please advice Answer posted by dhxSupport on Jun 26, 2009 04:36 Please check this article http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=3344&ssr=yes&s=filter%20link |