Hi,
Is there a way out so that I can access the readonly column during editmode in ItemDataBound Event..? It is returning all the time.
If TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode Then
Dim editItem As GridEditableItem = TryCast(e.Item, GridEditableItem)
,..............................
end if
Thanks a lot.
Milan G