Giter Site home page Giter Site logo

gridpicker's People

Contributors

rixo avatar sunbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gridpicker's Issues

Not loading full store content

Hi,
it seems that your gridpicker have issue on loading all the data from the store. Sometimes if loads full data, sometimes not.

Null pointer

There's an issue in GetOptions-4-2-0.js on line 94.
The browser throws an error on 'me.queryFilter.disabled = true;' because 'me.queryFilter' is null

IE8 compatibility

There's an issue in GridPicker.js on line 59.
IE8 throws an error encountering a 'forEach' instruction.
I solved replacing this:

this.query('pagingtoolbar').forEach(function(pagingToolbar) {
pagingToolbar.bindStore(store);
});

with this:

var pagingtoolbars = this.query('pagingtoolbar');
for (var key in pagingtoolbars) {
pagingToolbars[key].bindStore(store);
}

Cannot reset GridPicker

Hi,
When I call gridpicker.setValue(undefined), I can see a blank value in gridpicker, but the real value doesn't change.
Can you check this?

Thank you.

filtering

1st of all, thanks! This was a life-saver!

From your examples. (This works) If you start typing "Record #11", the list will be filtered to only show the items that begin with "Record #11".

(Issue) But if you select Record #11, then expand the drop down, EVERYTHING is shown - it doesn't filter based on what is typed into the text field - but it does highlight the selected item.

Not a big deal in the examples, but in my app, I want the drop down to filter by what's in the text field no matter what.

Do you have any idea how to get it to work that way?

Thanks!

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.