Is there a way to change, or eliminate altogether, the +/- row expanders used for a Hierarchical grid? We would like to automatically expand the child grids and hide the expander characters (or use different characters).
Hi hrwebb,
Thank you for posting in our forums!
You can hide the expand column from view by setting the expandColWidth option to 0. This will still keep the column's elements in the DOM, but the users won't see it. You can see a simple example in this jsFiddle.
Otherwise, you can alter the expansion column with some styling. For more information on how you can customize Ignite UI styling, please see our Styling and Theming documentation.
If you need any further assistance with this, please let me know.