Reputation: 11
I want my grid with both and .I dont know how to do that.Now i can use only one at a time.
<Grid
column-reordering-allowed
theme="column-borders row-stripes compact wrap-cell-content"
>
<GridSortColumn path="supplierId" className='s_gridsort_modify' />
<GridFilterColumn path="supplierName" className='s_gridsort_modify' />
</Grid> in this case only works sorting.i want bot at same grid.
Upvotes: 1
Views: 57