or


<telerik:RadGrid ID="approval" runat="server" AutoGenerateColumns="False" CellSpacing="0" GridLines="None" AllowFilteringByColumn="true" onneeddatasource="approval_NeedDataSource" OnItemCommand="approval_ItemCommand" OnInit="approval_Init" ><MasterTableView allowpaging="True" datakeynames="Id" AllowSorting="true" name="claims" commanditemdisplay="Bottom" AllowFilteringByColumn="true">protected void approval_Init(object sender, EventArgs e){ GridFilterMenu menu = approval.FilterMenu; int i = 0; while (i < menu.Items.Count) { if (menu.Items[i].Text == "NoFilter" || menu.Items[i].Text == "Contains" || menu.Items[i].Text == "DoesNotContain" || menu.Items[i].Text == "EqualTo" || menu.Items[i].Text == "GreaterThan" || menu.Items[i].Text == "LessThan") { i++; } else { menu.Items.RemoveAt(i); } }}var fileApi = function (asyncUpload) {$.extend(this, {_processFiles:...$.each(files, function (index, file) {var row = index == 0 ? context.initialRow : module._appendRow(context.initialRow.id);module.trigger("FileSelected", row, input, file.name, (index + 1) == context.progress.totalFiles);context.map.push({ file: file, row: row });});...}}