Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: nguiman on April 11, 2014, 05:48:25 PM
-
how do I use a custom sort for UIGrids?
-
Derive a script from UIGrid and override its Sort() function.
-
so Sorting.Custom is not being used? Thanks!
-
"Custom" means user-defined, and you have to define it. Current version of NGUI in the pro repository has an improved grid that uses a callback instead of a derived function.
-
thanks, i'm looking forward to using the latest version for the next game!
maybe i can import just that script