16
Views
0
Comments
[Fusion UI] Help on the Grid component
fusion-ui
Reactive icon
Forge asset by KRE8 IT
Application Type
Reactive
Service Studio Version
11.54.9 (Build 62390)
Platform Version
11.18.1 (Build 38276)

I'm using both the TreeView and Grid.  Saves me time and they work great for my use case.

However, I need the following help for the Grid component:
1.  I set GridSettings.PageSettings.PageSizes to True.  However, when I select "All" in the dropdown, the list does not refresh and spinner just stays there.  Refreshing the page will make the list display all items.
2.  I am using OnRowSelected event so that I can get the value I want from the array.  LastSelectRow will be the row number as expected.  However, when I'm on the second page and I selected the top row, LastSelectRow still return 0.  I was expecting LastSelectedRow to return: (Items per Page * (Current Page - 1))

Please advise.

Thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.