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
305
Align the columns to left in the Group by ultra web grid
posted

Hi,

I have a group by grid as follows:

      EmpId         Emp Name     Salary

- Sales Department

      100               ssss                100000

      2000            ddddd               3333

- Accounts Department

      101            dsdsd               545454

I need to align the headers and the datas which is grouped to left that is as follows:

EmpId         Emp Name     Salary

- Sales Department

100               ssss                100000

2000            ddddd               3333

- Accounts Department

101            dsdsd               545454

Is it possible? Its very urgent. Thanks for your help

Thanks

S Nagarajan

 

   

 

 

 

 

Parents
  • 14049
    Verified Answer
    Offline posted

    Hello,

    Off the DisplayLayout (and Band) there are two properties IndentationDefault and IndentationTypeDefault (off the Band Indentation and IndentationType). The first one allows changing the width of that area the second one when set to Flat hides this area alltogether.

Reply Children
No Data