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
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.