Replies
Hi Plamena,
when we group by a column the ordering that we did on the grid rows is lost. I want the grid to sustain the ordering that we did no matter what operation we does on the grid data. Is it possible?
Can we handle the drag column event into the grouping area and reformat everytime..or any other elegant solution exists?
Also, my grid has some empty/Blank rows, I want only the rows that has the data. Where can I set this.
Thanks,
OK, let me clear out a bit.
if a row has values A, B, C for Column 1 ,column2 and column 3 respectively. Similarly row 2 and 3 have (A,C,K),(BK,F) for columns 1,2,3 in that order.
Now I meant to group row 1 and 2 by column1 as they have the same value for column1 and also want to show a '+' sign adjacent to that group indicating the presence of multiple rows in that group.
Row 3 will be in a different group.
Now, for the second part, I would like to move these groups programmatically up and down of the Grid based on certain criteria. So, I am just checking in if that is possible and easy.
Hi Plamena,
I have a couple more questions on usage of Ultragrid.
1. Can we group the rows of ultragrid row wise. Meaning. All the rows which have a specific value for a column will be displayed collapsed with a+ sign to the left of it indicating the presence of multiple rows in that group.
2. Secondly, can we move these groups up and down the grid individually as a group or as a row? if so, a sample would be great.
Thanks,
Let me tell you what are we trying to do.
We have some data populated in a grid using Datasource1. we want to compare this data to a DataSource2, meaning just check if all the data in Datasource1 and Datasource2 are identical or flag any differences. If any differences we need to disposition them by row by row collectively in both the grids.
for eg: if a row with Values 1,2,3,4 in Grid 1 and the same row in Grid 2 is having 1,2,5,4. Then we need to disposition this row as fixed or Good. How do we disposition this collectively as both rows belong to different grids. Does Infragistics has any support for what am I trying to do or any better control is available.
So, I populated the Data in Grid1 and for Source 2 with which we want to compare I am not sure if using a different grid is easier or adding and using unbound columns as you suggested is better. Since we want to disposition the items for differences if any on a row basis, which is the preferred way of going in terms of implementation and maintainability.