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
2549
Event "InitializeRow" not fired
posted

Hi all,

I am currently facing a strange problem using UltraGrid.
The Grid is bound to a LinQ DataSource and always displayed perfectly in designer and when running the programm.

The task was to attach an EventHandler (InitializeRow) in order to make rows bold if a certain condition is true. So far so good, everything worked as expected, the event fired and the mentioned rows turned bold.

But suddenly I got the grid displayed two times (the second one appeared on the right side). It was exactly the same grid, even the row selections went syncroniously, just like looking into a mirror.

I played with docking and anchors and then decided to remove the grid and placed a new one onto my form in order to replace it to get rid of the second grid.

That worked, but now the InitializeRow event doesn't fire anymore...
All other events are fired as expected (AfterRowActivate, DoubleClick)

Any ideas are highly appreciated ;)

kind regards

Parents
  • 69686
    posted

    Hello,

    You might want to repost this thread in the WinGrid forum. This is the WPF XamDataGrid one. You will be able to get better assistance on the problem there.

Reply Children
No Data