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

Browse through column values

Hi,

Can You advice me, how can I browse through VisibleColumn-values (don't want browse all data, just data of one column)?

Thanks.
Juraj

1 Reply

RA Rajasekar Syncfusion Team June 28, 2012 11:28 AM UTC

Hi Juraj,

 

You can get the column values by using Linq query. For instance like shown below,

 

var ColumnValues = (this.dataGrid.ItemsSource as ObservableCollection<BusinessObjects>).Select(i => i.EmployeeId);

 

Please let us know if you have any queries.

 

Thanks,

Rajasekar


Loader.
Live Chat Icon For mobile
Up arrow icon