c# - Syncfusion GridList Control Column Header Click -


I click the user column header on the synchronization grid-list control, then I would like to order the contents in a column. Does anybody have any idea how I can use C #

I do not have them installed yet but this should be something like this:

  GridControl.TableDescriptor.AllowSort = true;  

This column should be sorted, so when you click on the column header, you will order it.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

NHibernate Passing Session to the Repository -

objective c - Mouse events for an NSSegmentedCell subclass? -