jahlxx Posted May 5, 2016 Posted May 5, 2016 hi. how can enable the sort of the data in a unidbgrid? in every column, appearas the sort options, but does nothing. thanks. Quote
Sherzod Posted May 5, 2016 Posted May 5, 2016 Hi, Can you try analyze this demo ?!: C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\GridColumnSort Best regards. Quote
Administrators Farshad Mohajeri Posted May 5, 2016 Administrators Posted May 5, 2016 You must sort the data manually on server side. It highly depends on your DB type. Quote
jahlxx Posted May 5, 2016 Author Posted May 5, 2016 ok. I'll see, because the demo is not clear enough and is not usable for me. Can I hide the dropdown menu of the columns? Quote
Sherzod Posted May 5, 2016 Posted May 5, 2016 Can I hide the dropdown menu of the columns? You can set Column->MenuDisabled -> True Quote
Administrators Farshad Mohajeri Posted May 5, 2016 Administrators Posted May 5, 2016 In future we will implement client-side sorting as well. Quote
FunnyBlue Posted May 5, 2016 Posted May 5, 2016 I have cached datas in client datasets on datamodule. It is very easy to sort. Quote
Mike Posted January 14, 2017 Posted January 14, 2017 Hi Farshad, Just a simple question. Will client-side sorting in uniDBGrid soon be implemented? Regards. Quote
skafy Posted January 16, 2017 Posted January 16, 2017 FunnyBlue, so do I. I mark every field in DBGrid (Dataset) as sortable.Then I build up an index for Field on witch click was made. So sorting is made on clientsite. 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.