After upgrade to version 2011.Q2.712 the next problems appear (Grid in ajax mode):
- Trying to filter by date type column throws the following exception "Microsoft JScript runtime error: Object doesn't support property or method 'indexOf'" in file telerik.grid.filtering.min.js in the next part of code: "if(h.indexOf("Date(")>-1)" (col 7121)
-
Wheh sort mode of grid is:
.Sortable(sorting => sorting
.SortMode(GridSortMode.MultipleColumn)
.OrderBy(sortOrder => sortOrder.Add(t => t.Id).Descending()))"
all date type columns of grid cannot be sorted. When sortmode is single column - all works.