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
Please reply ASAP
Thank You but i am already aware of hideRowSelectors property and it is not helping me when using in Hierarichal grid Load on demand.When we expand Parent ID 1 first time, we call gridCreated($event) method. But if i expand Parent ID 2 where my hideSelectors should be true and again expand Parent ID 1, my hideSelectors property is setting as true which should not be the case. I know this is by design, where we cache the child data. But for my project it is creating a lot of obstacles.It is disappointing that library has so many limitations.Update: I have resolved the issue using rowToggle() method.Requirement: I update Child grid data every 20 secs so i need to update the child grid.TS: