We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

sorting

The code below works kind of in that i see the visual cue to say that the column is sorted but the columns arent actually sorted.

.SortSettings(Sub(sort)

                sort.AllowMultiSorting(True)

                sort.SortDescriptors(Sub(cols)

                               

                                                Dim tempSortDesc As New SortDescriptor

                                                tempSortDesc.ColumnName = "tk_name"

                                                tempSortDesc.SortDirection = ComponentModel.ListSortDirection.Ascending

                                                cols.Add(tempSortDesc)

                               

                End Sub)

End Sub) _


1 Reply

AM Abdul Matin M Syncfusion Team May 26, 2014 01:08 PM UTC

Hi Jerome,

 

Thanks for your interest in Syncfusion products.

 

We have analyzed your requirement and we suspect that you are trying to use multiple sorting and you are not able to do so. To perform multiple sorting, sort a column and then press CTRL key and then sort the next column. We have prepared a simple sample and video demonstration of the sample and the same can be downloaded from the link below.

 

Could you please use the sample and check whether it meets your requirement. If we have misunderstood your requirement please get back to us with more information so that we could be able to sort out the cause of the issue and provide you better solution quickly. The information provided would be of great help to resolve this issue.

 

Please let us know if you need any further assistance.

 

Regards,

Abdul Matin M


Attachment: New_folder_db860427.zip

Loader.
Live Chat Icon For mobile
Up arrow icon