How to use
foreach (GridDataItem dataItem in RadGrid1.MasterTableView.Items)
{
}
to get bound data value. if I have 2 columns of bound items, one it regular bound item - item1, the other is build in drop down item -item2(NOT template item). I need to get grid cell value in view mode, NOT edit mode.
or there are some other ways to loop the whole grid to get the bound data value?
Thanks,
Jessie