Categories | Question details Back To List | ||
:: DHX Grid :: How to get value of textbox which acts as filter textbox ? Hi, How to get value of textbox which acts as filter textbox ? Answer posted by Support on Feb 04, 2009 07:26 Current version of grid has not any special API for such purpose. You can use grid.hdr.getElementsByTagName("INPUT")[index].value where index - index of input box Also, you can use onFilterStart event of grid, which provides values of all inputs assigned to the grid. |