Grid with Hyperlink and Combo Filter

Hello Guys!..



i am having a problem,



    $link = “<a href=’$layout_type.php?salesplan_id=”.$result[‘ID’]."&terr_layout_id=".$result[‘LAYOUT_ID’]."&document_territory_id=".$result[‘TERR_ID’]."&terr_plan_id=".$result[‘TERR_PLAN_ID’]."&layout_id=".$result[‘LAYOUT_ID’]."’>".$docu_title."";

            



             //echo “
”.$rowid."-".$emp_name."-".$terr_id."-".$prod_title."-".$remp_name."-".$rterr_id."-".$docu_title."-".$res_status;

                

                print("");

                print("");

                print("");

                print("");

                print("");

                print("");

                print("");

                print("");

                print("");

                $rowid++;

            }



The hyper link is coming on the record, but the select filter is showing all the information, how to show only the text of hyperlink in the select filter box



Thank you

While filtering grid takes innerHTML of the cell wich returns all link html. You can implement custom eXcell type and change getValue() method which will return necessary values. Please find more information here
dhtmlx.com/docs/products/kb/ind … =31&q=9264