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
80
Problem in Webcombo(v8.2) inside webgrid cell
posted

Hi,

    I am facing the following problem when am using infragistics volume 8.2(CLR2.0) version. 

When am trying to use webcombo(v8.2) with editable=true property inside webgrid(v8.2) am getting an following error.

   WebCombo has the Editable property set to True; therefore it must have equal DataTextField and DataValueField to be used as an editor in an UltraWebGrid.


Previously i was used webcombo 7.2 version. In that version my application is running very perfectly.In version 8.2 only am getting this type of problem.How can i solve this problem? I was getting this error whenever am trying to use webcombo(v8.2) inside webgrid cell.


I want to use editable webcombo inside webgrid cell. Webcombo has different datatextField and DatavalueField.How can i acheive this?
Which property i have to use?

Otherwise,please anyone guide me how to use wditable webcombo inside webgrid in version 8.2(CLR 2.0).
This is very very urgent. Quick response would be appreciated.

Thanks in advance.

  • 14049
    Offline posted

    The scenario you are trying to target is unachievable in the current design of the control. The grid accepts values for the datavalue field while the combo shows values from the datatext field. If one typed a values that does not match any from the datatext field the grid would have no way to determine what is the actual value should be placed in the cell.

    In earlier versions this functionality didn't work correctly.

    In 8.2 the combo is enabled to be used in editable mode in the grid but only if the datatext and datavalue fields are same.

    Please refer to the what's new section of readme file and help.

    Thank you.