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
1635
FixedRows questions
posted

I have an UltraGrid where I want a set of FixedRows at the bottom (...Override.FixedRowStyle = FixedRowStyle.Bottom;). In the InitializeRow event I determine whether a row should be fixed and set the e.Row.Fixed = true. If I have 3 fixed rows and add them in the order I need, they are added from the bottom up rather than in the order I add them. Example, if the rows' first column  are 1, 2, 3, I want the order of those rows to be 1,2,3 -- not 3,2,1. I intitially got around this by defering the FixedRowStyle setting till after the grid was loaded which works the first time. But if I reload the grid with different data the fixed rows are again added from the bottom up. How can I solve this? Another question, Can a Fixed row's cells be modified?

Thanks, Ron    

Parents Reply Children
No Data