I have a price column, in Grid am using format="{0:c}" for displaying currency format. I need same format to be displayed for that particular column's GridColumnMenuCheckboxFilter also. If i update the data object, filter is not working as numeric. Need an urgent fix for this issue ?
Am using below code for wrapper:
<GridColumnMenuWrapper
{...props.columnMenuWrapperProps}
data={alldata}
expanded={true}
searchBox={() => null}
></GridColumnMenuWrapper>