Are there any near term plans to support GroupBy columns in the WebDataGrid?
Hi cantrellr,
At this time, I do not believe there are plans for this. The WebDataGrid is mean to display flat data, whereas group by is getting hierarchical. If you require this, you will need to use the WebHierarchicalDataGrid and simply have one level of data. If you would like to see this supported directly in the WebDataGrid, you can always submit a feature request for it.
regards,David Young
That is unfortunate. It is the main reason we are probably going to have to say goodbye to Infragistics.
Our users construct queries and the results get poured into the grid where they may need to group, filter, multi-col sort, etc. We allow the user to turn these feature off and on from a popup menu.
So, we do not know in advance what our users may want to do. Therefore, according to you we would have to use WebHierarchicalDataGrid as our grid surface, in case they want to group. We have found that binding a single table to that grid to be a kludge at best and that the grid itself to be short of the feature set we used to engage in the old UltraWebGrid.
So long old friend.
Hi,
11.1 will be released in early June.
-Dave
Wow. We were originally told early April. Then early May. Then mid-May. Now early June.
Good job managing expecations and meeting deadlines. As far as we're concerned, 2011.1 is vaporware. It will now be delivered too late for us to meet our own deadlines for our customers. So thanks IG for stringing us along.
And don't tell us to use a control that doesn't have all the features needed that existed in your previous product. Neither the WebDataGrid nor the heirarchical grid currently provide the needed functionality in their current, shipping forms. Promises for features in as yet undelivered versions are just promises... and we can't build applications using your promises. Given that the WebDataGrid and Heirarchical grid aren't ready for prime-time, support for the UltraWebGrid should never have been discontinued. And why the UltraWebGrid (which could do it all) was split into two separate grids that don't have the same features is beyond anyone's comprehension.
Just a couple more nails in the coffin for those of us fed up with Infragistics lack of focus.
Hi Scott,
Sorry about the delay in release dates. Drop me an email, and I can send you a pre-release 11.1 build.
murtazaa@infragistics.com
-Taz.
Hi Dave,
I have found that I can only get the WebHierarchicalDataGrid to do this binding when I intially load the page. In my use-case, the user may select new queries during the life of the page and I need to reissue the "GetData" and bind the new results. What I find is that, subsequent databinds appear to work in the code-behind, but the results do not change on the browser surface when control is returned to the client.
Any ideas?
One clarification to my question, we databind directly to our DataSet object and set the grid's DataMember to the name of the table we are targetting in that DataSet. Is binding directly to the DataSet not supported?