Categories | Question details Back To List | ||
CTRL-F to be used to search for a word inside Grid Hi, I am using DHTMLX2.0 Tree grid control to display contents from a text file. I am using this so that I can easily use the APIs to highlight a specific row, etc. One of the usage for us is to search the text that appears in a column in the grid using the standard CTRL-F feature in Windows. Is it possible. Any suggestions is highyl appreicated. Thanks Answer posted by Support on Jan 16, 2009 03:38 It will work in all browsers except of IE6/IE7 , to enable search in it, you need to enable selection in grid first. http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=6843&ssr=yes&s=onselectstart |