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
420
Grouping by columns
posted

Hi all,

         I have created a windows form application in which I have used various Infragistics controls. I have used UltraGrid in one of my forms which is bound to a table available in SQL server database. I have some columns like Group1, Group2........Group6. Also, I have a column called Project Code whose cell values are just mere concatenation of all the group column values. Now, I want to group my Project Code Column depending upon the group columns. I have used a form for selecting which group columns to be included for grouping. For eg; if I select Group1 and Group2 columns for grouping, then the Project Code Column must be grouped according to Group1 and Group2 column. I don't have any idea how to achieve this. I hope you would get my question. If its still vague, then let me explain it in detail with some examples. Thank you very much in advance.

Parents Reply Children
No Data