This is a migrated thread and some comments may be shown as answers.

$find is not defined - called by RadGrid Column Filters

1 Answer 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Flamm
Top achievements
Rank 1
Eric Flamm asked on 25 May 2018, 04:30 AM

     I have Filter by Columns turned on in RadGrid, and the UI displays the text input boxes and filter button. But clicking the filter button doesn't show the filter menu, and the JS console is showing an error: $find is not defined. I'm guessing I'm missing a JavaScript library. This is an inherited app that I'm trying to repair, so if there's any guidance as to which script files I need or how to pull them in through an installer, it would be greatly appreciated.

 

<telerik:radgrid runat="server" ID="rgConfirmed" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" ShowStatusBar="True"
                        DataSourceID="DropShipOrders" GridLines="None"  PageSize="20" Skin="Telerik" AutoGenerateColumns="False">

1 Answer, 1 is accepted

Sort by
0
Eric Flamm
Top achievements
Rank 1
answered on 10 Jun 2018, 12:55 AM
After some considerable filtering with Script Bundles and master pages, I was able to get the Javascript onto the page with the RadGrid, and column filters started working. Still some cleanup to do, but I think I answered my own question.
Tags
Grid
Asked by
Eric Flamm
Top achievements
Rank 1
Answers by
Eric Flamm
Top achievements
Rank 1
Share this question
or