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.