Hi Team,
Using 9.1.28 version of Infragistics Hierarichal grid load on demand.Requirement: I have rowSelectors in the child grid of Hierarichal Grid and a button in the Toolbar of the child Grid.I want to show/hide the row selectors and also disable row selection for the rows whose row selector is hidden.
HTMLParent Grid:
Hello,
The Hierarchical Grid Row Selection Example shows how the hideRowSelectors property can be dynamically toggled, as you are probably already familiar with. This property also exists in version 9.1.28. However, it controls the row selectors visibility for the entire row island, so I do not believe it is possible to have them visible on some rows and hidden on others through this property, if I understand the requirement correctly.
The mentioned button’s disabled state could also be set via property binding to a flag pointing when it should be disabled.
About saving the selection on reload, it is one of the features available on the IgxGridState directive, so please, refer to the State Persistence topic.
Having in mind that the described scenario is unclear, please fork and modify any the referenced topics demos to illustrate your point.
Best regards,
Bozhidara Pachilova