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

Sorting programatically in a grid

how to programatically sort a grid using the column name?


10 Replies

HA harshini November 17, 2010 01:51 PM UTC

Also i would like to know which column is sorted ?for eg if you sort on column 1 how can you programtically get the column name?



HA harshini November 17, 2010 02:35 PM UTC

i got the name of the column that is sorted as follows

this.grdDisplayItems.TableDescriptor.SortedColumns[0].Name;

now using this name i want to sort the column. can you please let me know how to do this?



HA harshini November 17, 2010 06:13 PM UTC

got it from other thread!!



NR Nirmal Raja Syncfusion Team November 18, 2010 05:18 AM UTC

Hi Harshini,

Thank you for your interest in Syncfusion products.

We are glad to hear that the issue has been resolved on your end.

Please let me know if you have any concern.

Regards,
Nirmal



HA harshini November 18, 2010 02:43 PM UTC

how can i get the sort direction on the column sorted in a grid.

Please let me know.

Thanks.



HA harshini November 18, 2010 03:49 PM UTC

got it..thanks.



HA harshini November 18, 2010 08:02 PM UTC

Hi,

I could sort programatically using one column.

But i have sort the grid for more than one column.

can you please let me know how to do multi column sorting progrmatically.

i have an arraylist which has all the column names that are to be sorted.

i have to assign this to sort column descriptor and assign this
SortColumnDescriptor[] sd; to the grid as follows
grdDisplayItems.TableDescriptor.SortedColumns.AddRange(sd2);

can you please le me know how can i solve this issue.

Thanks.



HA harshini November 18, 2010 10:09 PM UTC

sorry for bugging you.

i got iit..thanks.



HA harshini November 18, 2010 10:09 PM UTC

sorry for bugging you.

i got iit..thanks.



HA harshini November 18, 2010 10:09 PM UTC

sorry for bugging you.

i got iit..thanks.


Loader.
Live Chat Icon For mobile
Up arrow icon