I have several columns in a instance of RadGrid using a DataFormatString to display currency with the decimal values removed (i.e. {0:c0}).
When a user attempts to filter on any of these columns using the "Equals" filter option, nothing is returned. I presume this is because the underlying data contains the decimal values which is what RadGrid is filtering on.
Is there a recommended way of handling this scenario?
When a user attempts to filter on any of these columns using the "Equals" filter option, nothing is returned. I presume this is because the underlying data contains the decimal values which is what RadGrid is filtering on.
Is there a recommended way of handling this scenario?