Hello,
I have been working on the ultradata grid and I have basically hand stiched everything together to get it working. I currently have two bands for this grid. Upon dragging an object on the parent band, I create a row in the child band which renders directly below its parent.
My problem is when I add a child row to each parent row the column header of the grid re-renders itself right below the child row that was just added. My best guess is maybe this has something to do with using a creationFilter (class that implements
IUIElementCreationFilter )
but I have no idea how to solve this problem. Any help is much much appreciated!
Hello RichSee,
I`m not sure that I understand well your issue, but maybe you are looking for the property:this.ultraGrid1.DisplayLayout.Override.HeaderPlacement = Infragistics.Win.UltraWinGrid.HeaderPlacement.FixedOnTop;
Please let me know if you think that I misunderstood your case or if you have any questions.Regards
Thank you! This was the property I was searching for!