I've created a demo page in JSfiddle, where you can see I've tried to use the number format and filterable to do the filtering for a numeric column. But if the data is suppose 0.23252 and my format condition "{0:n3}" and in filterable if I use the below function then the filtering is not working anymore. Please help.
{
ui: function (element) {
element.kendoNumericTextBox({
format: "n3",
decimals: 3
});
}
}
http://jsfiddle.net/5EHqL/71/
Thanks,
Megha