Row based context menu and some issue

Posted by: namig.abdukarimov on 5 March 2021, 3:59 am EST

    • Post Options:
    • Link

    Posted 5 March 2021, 3:59 am EST

    1. We want to add or remove some menu fields in the context menu specific to the data in the rows.

    2. We mark the row as deleted and change the background color. When the grid is refreshed, the background color also disappears

    3. When we make changes in any column, we want the changed data to appear bold. However, it affects all columns

    4. When we need to filter the columns of type numbers, we must write them with commas. For example, when we write 1000 on my arm with a value of 1,000.00, it says not found. We must write 1,000. This is not the way it works as this is a number field.

  • Posted 6 March 2021, 1:39 pm EST

    Will there be a solution?

  • Posted 8 March 2021, 7:39 am EST

    Hi,

    Please refer to the below responses:

    1). You may assign a filter function to the menu’s collectionView to filter items displayed in the menu

    2). I would suggest you store the deleted items in a set and then use the formatItem event to add deleted class on the deleted rows and style the cells accordingly.

    3). Similar to the deleted row, you may mark the cells as modified and style them accordingly.

    4). We are able to replicate the issue and hence we have forwarded it to the concerned team for further investigation of the issue(WJM-19501). I’ll let you know when I get more information regarding the same.

    For 1, 2, & 3, you may refer to the following sample which demonstrates how we could achieve the required functionality:

    https://codesandbox.io/s/wijmo-starter-forked-k3i8q

    Regards

    Sharad

  • Posted 10 March 2021, 12:26 am EST - Updated 3 October 2022, 2:19 pm EST

    Hi,

    Regarding the value filter search behavior. The dev team has informed us that this behaviour is by design and matches the behaviour of excel filters. I’ve attached a gif of the same behaviour in MS Excel, please refer to the same:

    Regards

Need extra support?

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

Learn More

Forum Channels