Requirement:
I have a infragistic grid, in which i have to display a textbox if the user has to key in data and if the data is already present then readonly data needs to be populated in that field. Displaying of textbox and readonly data should happen in the same igDP: field depending whether the data is available or not. Is this possible to do it ?
I am able to get the textbox in the grid but in some cases textbox needs to be shown and sometimes readonly data (this should not be shown in the textbox) as it is not editable whereas value in the textbox is editable.