Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
How to get a column's distinct value list in xamgrid?
posted

Hello,

Now i want to get a list of data from the existed rows in the xamgrid's column, is there any API to get it?

 

For example, there are 5 rows in the xamgrid

           Country

1          UK

2          USA

3          USA

4          UK

5          UK

 

I want to get a list   List<string> countries.    How could I get it?