I'm working through the CustomUniGridTransformationModule example and it says place in a Class library and add nuget package Kentico.Xperience.Libraries, but it requires CMS.UIControls for UniGridTransformations which is not in that nuget.
Is there another nuget package I need to include?
You need to reference the CMS.UIControls DLL from LIB or BIN folders directly.
This is what I've done, but it doesn't feel like a great solution. Is there a better way to implement the custom admin UI.
The NuGet package holds just the business logic. Since these things you are doing are useful in the admin app only, you need to reference the DLL file directly.
Please, sign in to be able to submit a new answer.