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
1655
Get entire column cell values
posted

Hi,

Can you tell me how to fetch all the cell values of a column in the grid.

Example: Say i have a grid with 3 columns Emp ID, Emp First Name and Emp Last Name

I want to fetch all the First Names into an array & then process further. Into what data type i need to fetch it.

 

Thanks,

Varun

  • 69686
    posted

    Varun,

    I am not sure if there is any easier way, but I believe you have to go through all the DataRecords to get the values from a particular cell. The DataType you can get from the field settings of that Field - EditorType property - XamTextEditor,XamNumericEditor,XamCurrencyEditor,etc.