I have a gridview that can have records loaded from an XML file. Now when this list gets loaded into the gridview, there might be some records in there that have a child object say Component
inserted as new
(that do not exist in our DB, already).
Conditionally, in this gridview the users are not allowed to change any field
of the child object Component
BUT if we have a newly created child object from the list, we will allow the user to edit certain fields, such as Carrier
& Info
, of the child object.
My question is how to I allow editor to be shown in the grid for only certain rows, in this case rows with child object as Component.Inserted = true