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
1024
xamdatagrid columns header location
posted

Hi,

i have a xamdatagrid with 2 fieldLayouts (expended).

my first fieldlayout headers location set to hidden, which works fine.

i want the second fieldlocation headers to show only on the top of the grid, instead of in each time a records expends. currently that's what happening.

i tryed all the LabelLocation as you can see in the following markup, property options but non of them does the trick

 

 

<

 

igDP:FieldLayout.Settings>

 

 

 

  <igDP:FieldLayoutSettings LabelLocation="Default">

 

 

 

</igDP:FieldLayout.Settings>

what m i missing hear? thanks!! :)