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
1170
ControlContainerEditor property not setting the value on the grid automatically
posted

Hi,

I am using ControlContainerEditor to set a control on an UltraGrid.

I have a WinForm on which i have a Grid.

I am having a custom class - UserCondition, which I am using to set the data on the control.

As i read the property of ControlContainerEditor, it should set the value of UserCondition on the grid automatically but it is not.

UserCondition on the UltraGrid is always NULL.

That is why i am not able to access the object and the grid is not working.

Please advice.

Path to follow:

Run the program.

Select a value in the UltraCombo on the Form.

Click on the Add Condition button.

Add more than one conditions.

Choose some value in the Condition in a row of Grid.

As you click on the other row of the grid old values get lost.

CustomFilters.rar
Parents
No Data
Reply
  • 18495
    posted

    Hello rajivd,

    I was able to reproduce the issue you described in the version of NetAdvantage your sample originally used and in NetAdvantage 2013 Volume 1.  My initial guess is that your user control is not interacting properly with the ControlContainerEditor.  I will research this further and make another post when I have more information.

Children