Our license # is 211931255
Is it possible to embed a file search within a grid? One of our columns is storing the name of a file and I would like to be able to search for that file within the grid instead of pasting in the name.
Thanks
Laura
Echo Group
You can create hidden column which will contain file names. You can create search input or select box out side the grid which will seach file name. To make filter outside the grid you can use filterBy() or makeFilther mathod. Please see more information here dhtmlx.com/docs/products/dht … grid_fsing