How to filter dojo categorized treeGrid?
问题 I have dojo treeGrid that works fine. It shows projects with cost categorized by year. Also it shows totals. But when I try to filter it by one of column it mess up the grid (breaks categories and filter records improperly). Do I use grid.filter properly? I need to keep categorized structure but remove/filter certain records. Or should I refresh jsonStore somehow instead? //HTML <div id="treeGrid"></div> <a href="javascript:void(0)"> <span id='button1'>Filter</span> </a> //JavaScript var