2017 Aug 07 4:31 PM - edited 2024 Feb 04 12:58 AM
Hi,
I need to get whether grid column is sorted ascending or descending.
I have tried get it from GridSortAfter .
private void Grid0_GridSortAfter(object sboObject, SAPbouiCOM.SBOItemEventArg pVal)
pVal value only shows the column id not sort type.
How can i get the sort type asc or desc?
Request clarification before answering.
Thanks Ankit,
But i dont want to order 2 columns.
I only need to know in which column is sorting and what is the sorttype of the column (ascending/ descending).
I can get the info about the valueof the column with GridSortAfter ( "pVal.ColUID" shows me "Banka Adı" column)
yet , by doing this i have no idea about the sortype of the mentioned column?(SAPbouiCOM.BoGridSortType)
How can i get column is sorted "descending".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.