Mike Tatsky

Results 74 comments of Mike Tatsky

Thank you for good question. Our infinite feature is limited, it does not support columns virtualization. We will upgrade our feature to resolve it.

Hi @anilljoshi, I am sorry but this feature is not presented.

Thank you for the report. Yes, using scroll gives this effect if it was not clicked outside. We did not want to set handler on global scroll. We will try...

Thank you for the report. We will try to fix it. We will come back with news on this issue on weekend.

@Kapsonfire-DE We did local fixes but we think that we need to connect with you on some details. Are you commercial client and has access to Slack? If no, write...

Hi, Search field in tbar is for light searching. The simplest way to reach the search like this is to use column header filter fields. Another one is to use...

Good day, Thank you for your question. At the moment we do not have this feature. In best case we will be able to release it in 2 months.

We did first Beta release of Infinite feature. https://fancygrid.com/samples/infinite/basic It is very raw and limited. It does not support fetching data on scroll as a chunk from server yet.

About second question. You need to get link on menu. For example like that `grid.tbar[1].menu.hide();` Or if you will define `id` for button. ``` let button = Fancy.getWidget('buttonId'); button.menu.hide(); ```

@massarakhsh About first question. There is not API for that at the moment. But it is possible to do like that. ``` }, { text: 'Text 2', imageCls: 'fancy-menu-item-img-copy', handler:...