Lookup popup improvement

And one more question. Why lookup popups look so ugly? How can we customise them? Why $expand, $filter and $select operators don’t work there?

BTW for lookups they work…

Hi @Nikolay,

You can customize everything by editing the client\src\styles.css file. Radzen creates it only once and you can add custom CSS that overrides the existing appearance.

The $expand, $filter and $select operators should work with the lookup popups. The form triggers a LoadData event similar to the DataGrid and provides the required event arguments there. What doesn’t work in your experience?