Hello,
is there a matrix of which feature is compatible with what other features?
I just tried to enable "GroupBy" on a grid with "LoadOnDemand" and I get a message that it is not supported. (I tried grouping with virtualization and, although there is no message, it does not work.)
It seems that "GroupBy" is not compatible with any "large data set" feature, correct? - It does not seem to be "enterprise application" ready.
Anyway, this trial and error is annoying and makes planning impossible.
Also, do you have a larger real-world demo that combines various features of igGrid?
Best regards,
Joern
Hello Joern,
This is correct that this control is CTP. Typically CTP controls will be released in full in the next volume release of the product. This depends on the development and product management teams evaluation of the control.
the Ignite UI demo of version 14.1 at:
http://www.igniteui.com/grid/load-on-demand
still says that "Load on demand" is CTP.
Is this correct?
When will it be released?
I am following up to see if the information provided by Tsvetelina has resolved this matter.
Please let me know if you have any further questions concerning this matter.
Thank you for the advice regarding Feature Matrix. I will raise this to the management team.
You can use the sample with the continuous virtualization.
http://igniteui.com/grid/virtualization-continuous
You may open the sample in jsFiddle
http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/grid/virtualization-continuous/
and add the GroupBy feature:
features: [ { name: "GroupBy" } ]
You can observe the known issue after scrolling down and forcing the next number of records to be loaded.
Let me know if I can assist you further.
thanks for the quick reply.
Later I did find the "limitations" topic in the documentation and it does help. However, a quick overview (a feature matrix) would be helpfull.
I understand that some combinations have limitations. So, the matrix could include three "states": No, Yes, With limitations
If there were a "No" or "Yes", there would be no need to go through the lengthy "limitations" document. And "With limitations" could link to the topic within the "limitations" document. Would be really helpful.
You wrote: "GroupBy is compatible only with "continuous" virtualization but there is a known limitation: When igGrid’s continuous virtualization is in use and the Group By feature is enabled, scrolling vertically causes collapsed group(s) to expand."
I did not get it to work at all. The grid did not display any groups and the layout was kind of messed up. Do you have a link to a sample?