Hi,
How to get value of textbox which acts as filter textbox ?
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.