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
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.
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-.-