Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1655
How to accommodate read only data and a textbox in xamdatagrid
posted

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.