PointsWell Is this https://demos.telerik.com/kendo-ui/grid/index something that can be achieved via JS magic or is it something that AIM needs to be updated to do? The example that might not be obvious is that the column headers are draggable and reorderable that allows the end user to create group categories like this: If it is a JS fiddle magic does anyone have an example they can share? Thank you in advance.
ACDC 1000 + - This makes huge sense, being able to group data in the grid on the front end is big, users can make data more meaningful without having rely on the developer to hard code grouping.
swiftinitpvtltd Great tip! Works just fine. Need small edits. config.groupable: = true to config.groupable = true; --- this works
ACDC wow, as simple as that 😮 , what a hidden gem. I wonder how many others are out there. I am sure Frozen Columns can be done the same way https://demos.telerik.com/kendo-ui/grid/frozen-columns thank you for this one
PointsWell johntalbott wroteQuery Init Script config.groupable: = true, Simples! Thanks John. Is there a way to set the initial categories to make the grid load with a default grouping?
PointsWell ACDC wrotewow, as simple as that 😮 , what a hidden gem. I wonder how many others are out there. I am sure Frozen Columns can be done the same way https://demos.telerik.com/kendo-ui/grid/frozen-columns thank you for this one After some testing it seems that it does it frozen columns by default.
chris29 WOW!! Fantastic thanks johntalbott Only issue appears to be with numbers and dates, they are displayed as Any ideas on how to fix this ? Ideally this should just be a checkbox on the properties of the Query definition [Support, next update??]
johntalbott PointsWell wrotejohntalbott wroteQuery Init Script config.groupable: = true, Simples! Thanks John. Is there a way to set the initial categories to make the grid load with a default grouping? A single grouping column can be set up in the config tool. For more flexibility similar to the Kendo demo it can be done with js .