Code Monkey home page Code Monkey logo

kendoui-mvc-dynamicfilteredcolumn's Introduction

KendoUI-MVC-DynamicFilteredColumn

KendoUI MVC Grid With Foriegn Key Column Dynamically Filtered

kendoui-mvc-dynamicfilteredcolumn's People

Contributors

joeltipke avatar

Stargazers

 avatar Sanchal Kunnel avatar Patrick Schaller avatar Ahmed Farahat avatar Abhishek B. avatar

Watchers

 avatar CBP avatar

kendoui-mvc-dynamicfilteredcolumn's Issues

Project bound to the source control

I tried to open the project, but it seems to be bound to the source control. I am not sure if it is because of this, I couldn't open any files!

Problem with 'event'

When I try your approach here, I run into problems with the javascript function to retrieve the associated data value, which is the core problem to be solved:

<script>
    function getParentId() {
        var row = $(event.srcElement).closest("tr");
        var grid = $(event.srcElement).closest("[data-role=grid]").data("kendoGrid");
        var dataItem = grid.dataItem(row);
        return { ProductID: dataItem.ProductID };
    }
</script>

When I try this with the latest incarnation of Kendo grid, I get 'ReferenceError: event is not defined', when $(event.srcElement) is attempted to be evaluated.

I was wondering if you knew of a solution to this issue, or if there is now some better, Telerik-supported way of retrieving associated column values?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.