I Rebuild DataGrid in 4GL 009 : Sort

DataGrid For 4GL with sorting



Almost every DataGrid supports sorting, so the first goal is to sort by a single field.
This type of Control is usually click on the field to trigger the sort action, the first click will perform the ascending action, click again to perform the descending action, and so on..
In the figure, the field "Title" is the sort target, and when you switch to the page, you can still get the sorted result
Generated Program Language : C# for Windows Form
Edward
2017-09-26

Comments

Popular posts from this blog

I Rebuild DataGrid in 4GL 016 : Jump

I Rebuild DataGrid in 4GL 006 : Paging

I Rebuild DataGrid in 4GL 008 : Paging