Israel Portillo Posted November 10, 2020 Posted November 10, 2020 Hi guys How can I change the caption style and background of a group column in a unimdbgrid ? Thanks. Quote
mhmda Posted November 11, 2020 Posted November 11, 2020 You can use a client side code (I didn't test it). ClientEvents->ExtEvents->(added event): function added(sender, container, index, eOpts) { sender.store.setGrouper({ groupFn: function (item) { return item.get('2')+ ' - '+ item.get('11'); }, sortProperty: '2' }); } Remember that Unigui uses the column index as the field name. Quote
Israel Portillo Posted November 11, 2020 Author Posted November 11, 2020 Thanks. I mean to change the font color and or the background color of the grouping row. I read in your function is a way to order ? Because I found a problem with order descending, There is no way to order in descending, it seems like a library bug. Quote
asapltda Posted November 14, 2020 Posted November 14, 2020 Good night, how can I achieve the effect of several reglones of the tunimdbgrid(movil); and if it is possible to do it in a unidbgrid (desktop) thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.