Categories | Question details Back To List | ||
find the row with which contain the row value i want to search the value from the grid that return the rowid and select the row that contain the value mygrid every row contain the ra which is on the zero index thank your Answer posted by dhxtSupport on Feb 13, 2009 05:27 You can use #text_search header type. You can find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_content_in_header.htm#grid_ccingrid http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_filtershdr http://dhtmlx.com/docs/products/dhtmlxGrid/samples/filtering/pro_search.html Also you can use filterBy() method to create custom filter http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Data_filtering_search.html#grid_fsing Answer posted by Support on Feb 13, 2009 09:57 Also, there is an API method findCell which can be used to get list of rows by value. |