I am researching the best way to hook a filter button to my grid header column rather than having a filter row displayed. The filter row takes up too much space for what we are trying to do. My idea would be to have an ImageButton that shows the filter image. When the user clicks this button it would launch a radwindow to capture the criteria.
My question is this: Should I do this as a templated column? It seems like the only way to add controls to the header is via a template. The downside is that beyond that the column data is just a bound data column.
Any recommendations or samples that I can refer to?
Randy
My question is this: Should I do this as a templated column? It seems like the only way to add controls to the header is via a template. The downside is that beyond that the column data is just a bound data column.
Any recommendations or samples that I can refer to?
Randy