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
5549
Best way to format columns in a hierarchical grid ?
posted

Hi, i have a hierarchical grid , i bind 2 datasets to a grid to display data. the creation of this grid works. but whats the best way to design the outfit of the columns of band 0 (parent) and band 1 (child)

i would set the width,format (like time), hide and so on...
my my previous solution did not really work on a  hierarchical  grid.
is it only  possible in the

UltraGrid1_InitializeLayout

like
e.Layout.Bands(1).Columns("Field").Format = "dd.MM.yyyy HH:mm:ss"

is there no other solution in the init of the grid, or elsewhere

greetings martin

Parents Reply Children
No Data