AngularJS Flexgrid dataMap dropdown opens on a wrong position

Posted by: kuzzy on 14 September 2017, 2:30 am EST

  • Posted 14 September 2017, 2:30 am EST

    Hello,

    I have a problem with dropdown auto-alignment

    Please, look in attachment where the mouse is, it was a place where i clicked. And pay attention which dropdown opens - a wrong one.

    Here are the snippets of html and js code

    HTML:

    items-source="dialogCtrl.gridData" control="dialogCtrl.flexDialogCtrl"> width="120" header="Deal Types" data-map="dialogCtrl.dealTypes" binding="type">
    JS:

    vm.gridData = new wijmo.collections.CollectionView(newItems);

    var mappedData = _.filter(data, ‘active’)

    .map(function (item) {

    return {

    typeId: item.id,

    type: item.name

    };

    });

    vm.dealTypes = new wijmo.grid.DataMap(mappedData, ‘type’, ‘type’);

  • Posted 14 September 2017, 2:30 am EST

    Hello,

    I was not able to replicate the issue at my end with the latest version of Wijmo 5 i.e. 2015v3.117. Kindly refer to the attached sample used for testing. Browse the “DataMapPopUp.html” page, which displays a button. When you click on the button it opens a modal dialog to display the FlexGrid which contains DataMap in the second column. Clicking on nay of the drop down button opens the list at the right position.

    I would suggest you to test the issue with the latest version of Wijmo 5 i.e. 2015v3.117, which you can download from the following link: http://wijmo.com/products/wijmo-5/.

    Hope it helps. In case the issue still persists, I would request you to share a sample depicting your issue so that I can replicate the issue at my end and debug it further. Please let us know in case you are facing this issue with any specific browser.

    Thanks,

    Manpreet Kaur

    2016/02/Popup.zip

  • Posted 14 September 2017, 2:30 am EST

    Thank you for response, i’ll try to find problem on our side, if i fail to to this i will write to you

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels