Custom uni grid transformations

Matthew Butler asked on June 28, 2022 18:16

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?

Correct Answer

Juraj Ondrus answered on June 29, 2022 05:26

You need to reference the CMS.UIControls DLL from LIB or BIN folders directly.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Matthew Butler answered on June 29, 2022 09:22

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.

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on June 29, 2022 14:14

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.