Hi,
I am new to Infragistics. I need one help. In ultrawebgrid I need to display a list page by grouping a columns.
For Example in the grid it should display:
Employee id Employeename salary
Sales Department
100 Sam 10000
101 Raj 200000
Accounts Department
101 Raj 2000000
102 Jacob 100000
The department is the group by column. I have to display like this. Is it possible? If so can you guide me. I know how to display an ordiinary data in the grid.
Thanks for your help in advance.
Thanks
S Nagarajan
Hi, beatiful sample.
I will like to view this same sample usin pagination, filters and raise a postback to get a selected rows in the server side.
I have a lot of problems, because that issues cannot be supported..
Thanks-.-
Hi
I am doing a trial on ultrawebgrid, i need it for two purposes one is to display data like in a crystal report except using the ultrawebgrid where the data once it is grouped by goes horizontally across and the default format is seen like in a report. Second i need it to group by across horizontally a set of data but just show the data indented and not enclosed.
Look forward to hearing from you.
Sincerely,
Sukhjinder S Gill
Hello,
I think something very close to that is possible. A very good starting point to grouping and the grid in general is our samples framework located here:
https://es.infragistics.com/samples/aspnet
and the Outlook Grouping example in particular located here.
You can also go through our help here:
www.infragistics.com/.../documentation.aspx
A lot of information on the grid and grouping can be inferred from there.