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
1060
Some cells in edit mode in XamGrid
posted

Hi,

I need to enable some cells of Grid for editing and the remaining cells will be readonly. Kindly note that I neither need complete column editable nor complete row, just few cells in some columns.

I need all the blue shaded column should be editable (like displayed in TextBox) and remaining column readonly (like displayed in TextBlock).

Also note that All my columns will be creating dynamically based on my Datasource. However Number of rows are fixed in my Grid. I tried to create a TemplateColumn for only those column in which I need TextBox but then TextBox is coming in complete Column cells. I am not able to set ReadOnly (Non-Editable) TextBox for other cells in the column.

I am using Infragistic 2010.3. Any help please?

Parents Reply Children