Ed Hager
Ed Hager
We are working on a fix for issue #877 that will help with the performance of expanded rows. Child rows will respond to changes in scroll position in the same...
@bogool, we pushed a commit to master (3cd8120b4a59932cddb2dbf1f2b649585e5d2b67) that prunes child rows the same way parent rows are pruned. Give it a try.
Thanks, I will take a look this week.
@bogool, give the code in master a try (2ae74378bff7ef0c46d82732a52e5f5cc55666ed). There was a problem with how the grid's rowHeight property was being calculated. Since your grid only had one parent row...
I fixed keepScrollPosition for your test case but I just created a more complicated scenario with the Rest.html page and I can cause refresh to break the tree. So, it...
I think I figured out how to reproduce it. I see it happening in Chrome when I make my browser window narrow. I am going to see if I can...
HI @rdekkers, When the dgrid-datachange event fires, the event object provides the old value and the new value: - event.oldValue - This is the old value. - event.value - This...
@gtejaswi Can you describe the steps you are taking and which grid you are testing? Attached is an animated GIF that shows me interacting with the second grid on this...
FYI: OnDemandList not emits a "dgrid-refresh-complete" event when the grid has finished its refresh.
Hi @liborbus, Are you using the fieldName "_item" so you get the old Dojox DataGrid feature where your formatter's first parameter will be the row's data object? If so, the...