Click here to Skip to main content
15,890,185 members

Comments by Steve Holdorf (Top 1 by date)

Steve Holdorf 18-Jul-12 6:48am View    
I am going to do the filtering on the server side. The issue is that I need a filter above each column of the grid that is a dropdown containing the values of the bound data cells. I am going to filter by an new SQL call each time the filter value changes. The main problem is I am doing an financial application that needs to look like an excel spreadsheet and above each column I need the filter dropdown. The telerik filter contains conditionals in it's dropdown but I need to display the values (group by i.e. no dups) in the filter's dropdown. I can handle the binding and filltering. What I need is to have it look just like a spreadsheet filter. Sorry for not being clear but this is the problem.
Also, I only need the filter above the top most parent column and not the childern. Also, I can't build the grid dynamically. This is a though one but I hope someone can help.

Again thanks.


Steve Holdorf