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
1130
wingrid with different columns in each outlookGroupBy group
posted

I have attached a screenshot of what I am trying to accomplish.  Disregard the the first group titled "Demographics".  That is a topic for another discussion.  I have managed to create a grid and bind it to an ultradatasource.  My data is being grouped using outlookGroupBy by a field called 'SectionType'.  Right now I am just prototyping with two different groups (Address and Phone).   I have set the datasource up so it holds all the fields needed for both section types(ie:  state, zip, city; areacode, phonenumber, ...).  I want to show only the Address related fields in the Address group, and the Phone related fields in the Phone group.  Is it possible to hide a column specifically just in one group but not another?

 Or am I going about this in the wrong way?  Is there a different approach you would suggest?

Thanks for your help.

dave

Parents
  • 469350
    Offline posted

     You cannot do this in UltraWinGrid. The data must be the same structure on any given level. 

    You might be able to acheive what you want using UltraWinTree, instead. The WinTree control can support non-homogenous data. But it doesn't have some of the data manipulation features that the grid has like summaries or filtering or grouping - so the grouping would have to be done manually. 

Reply Children
No Data