the last question please if I have many Grids that I want to do for them I need to wrap each of them with PopipPropsContext.Provider or there is a better way to do it globally?
** edit - I see that it does the same for the select dropdown inside the filter menu and it's bad for me how can I do it only for the filter menu popup?
Stefan
Telerik team
commented on 05 Jan 2022, 10:08 AM
If this is needed for multiple Grid, this can be made to a HOC component that is wrapped and then use Grid in all places.
As for the DropDowns, as mentioned in the first replay, this will change it for all Popups, at this point we can either change all of them or none of them.