DHX Grid: How to get select id and value of #select_filter

Hi there,

I want to get the selected option’s id and value of selectbox that comes when we use #select_filter.

How to get it ??

There are two ways

a) direct HTML location

var value = grid.hdr.getElementsByTagName(“select”)[0].value;

b) using of onFilterStart (latest codebase required) event, it provides the array of indexes and array of values as incoming parameters, which can be used to catch value of #select_filter

Hi there,
              Can u please send me the latest codebase file required for this …
              I will be grateful !!

Updated js file sent by email.