RadzenDropDownDataGrid Numeric Filter

Hi,

Is it possible to filter RadzenDropDownDataGrid on a numeric (integer) column?

For now, the way I get around the string-only limitation is to create a second copy of my integer field as a string. Like "InvoiceNumber" / "InvoiceNumberString". Then I use the string version in the drop down data grid.

I'd rather keep my classes clean, instead of adding cruft for getting around the limitation. Other than that, the component is excellent.

Thanks,
Mike

P.S. Also, for filtering on my "numeric" field, I need to turn on "starts with" option. But I only want to do that for the "numeric field", and not the rest of the actual string fields. Seems like it's one option only for all columns.

No, RadzenDropDownDataGrid filtering is supposed to work only on string columns.