1

New to all three. I am trying to create sample grid. Basically I am following this: http://samples.infragistics.com/jquery/grid/filtering/

Here is my code: (cshtml)

@using MyInfragistics.Models                
@using Infragistics.Web.Mvc

<div>
    @Html.Infragistics().Grid("grid1", Model.MyGridModel)
</div>

THe files are included are in _layout.cshtml:

<title>@ViewBag.Title</title>
    <link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
    <link type="text/css" href='@Url.Content("~/Content/Styles/themes/min/ig/jquery.ui.custom.min.css")'  rel="stylesheet" />
    <link type="text/css" href='@Url.Content("~/Content/Styles/themes/base/ig.ui.min.css")'  rel="stylesheet" />

    <script type="text/javascript" src="@Url.Content("~/Scripts/jquery-1.4.2.min.js")"></script>
    <script  type="text/javascript" src='@Url.Content("~/Scripts/Samples/combined/min/ig.ui.min.js")'/>

When I run the code, I get the error in the ig.ui.min.js file:

Microsoft JScript runtime error: Object doesn't support this property or method
2
  • Try in jQuery-1.4.4 or newer :) Commented Jan 5, 2012 at 18:18
  • I tried with 1.5.1 also, same thing Commented Jan 5, 2012 at 18:20

1 Answer 1

2

Well I would advice to take a look at Blog Section of the site. There are many blogs at the end of which there are runnable sample attached based on the blog theme. Try to modify any of the samples in the blogs which is more closer to your scenario.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.