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
703
Text box appearance to a cell
posted

Hi,

 

I am using infragistics V9.2 for my application. Recently was given a requirement to add textboxes into the grid cells.

Is this possible to add an editable cell with text box appearance as like the screenshot attached?

From one of the samples given by infragistics I have got these two lines of code that gives the text box appearance from the grid level but not at the cell level.

 

ultraGrid1.DisplayLayout.Override.BorderStyleCell = (isChecked ? Infragistics.Win.UIElementBorderStyle.Inset : Infragistics.Win.UIElementBorderStyle.Default);

 

ultraGrid1.DisplayLayout.Override.BorderStyleRow = (isChecked ? Infragistics.Win.UIElementBorderStyle.RaisedSoft : Infragistics.Win.UIElementBorderStyle.Default);

 

Please help me out with this issue. If possible please provide some code sample to achieve this. Thank you so much for your help.