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
715
Grid Fieldlayout Inserting UnboundField Issue.
posted

We have some grid field layout issue with InfragisticsWPF4 binaries, while running application (with InfragisticsWPF4). 

Dynamically I want to add new ‘UnboundField’ to grid field layout in first (0th) position, but we observed that it’s always adding (new ‘UnboundField’) to the second position instead of first(0th) position with the new version of binaries.

Code snippet:

grdComplexity.FieldLayouts[0].Fields.Insert(0, objField);

But same observation will be working fine (as expected) with Infragistics3 assemblies.

Steps to reproduce on POC(using Infragistics3 dll’s):

1.       Run Application.

2.       Click “New” button.

3.       Enter Name field duplicate cell values (ex, ‘Easy’).

4.       Press “Enter” Key.

5.       In place error will display in first (0th) column.

 

Steps to reproduce on POC (using InfragisticsWPF4 dll’s):

1.       Run Application.

2.       Click “New” button.

3.       Enter Name field duplicate cell values (ex, ‘Easy’).

4.       Press “Enter” Key.

5.       In place error will display in second column.

 

Please find the attached POC and screenshot for your kind reference.

This regression caused after Infragistics 11.2 version migration only, it’s blocking our application automation process. let me know how we can resolve this issue with InfragisticsWPF4 binaries ASAP.

 

Thanks & Regards

Guruprasad Gowda

 

POC.zip
Parents
  • 715
    posted

    Hi Team,

    Any update on the above post? Quick help is very much appreciated.

     

    Thanks,

    Guruprasad Gowda

Reply Children
No Data