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
440
WPF Element Host and UltraWinGrid Compatibility
posted

I have a form in the Application which is divded by a  split container. The upper half has a Element Host which hosts my WPF Control and the Lower Half has the UltraWinGrid. The problem is at runtimei bind the datasource but the data is not visible in the UltraGrid.

Procedure.

1. Click action on the WPF Grid will bind the UltraWinGrid at runtime.

I tried each and every possible way but it doesn't display any data.

Help!!!

Kartik

  • 440
    Verified Answer
    posted

    Well i kinda solved it.

    The problem was i had a button click event in the xaml code and i was binding the grid in the form not in xaml.cs. I tied to move the code to xaml and it works fine now. but if i call a method in the form.cs and bind it over there it doesnt work. I dont know why may be i need to read up a bit and ll let you know. FYI i also tried to do an AddHandler and AddRoutedEventHandler both didnt work.