I followed the example Selecting Last Inserted Item which seems to work pretty well, but only if I have paging enabled.
If I disable paging and UseStaticHeaders="false" it works.
If I disable paging and UseStaticHeaders="true" it does not work.
Should it be scrolling the item into view with UseStaticHeaders="true"?
What is the best workaround for this, to get the selected item into view when UseStaticHeaders="true"
Thanks in advance
If I disable paging and UseStaticHeaders="false" it works.
If I disable paging and UseStaticHeaders="true" it does not work.
Should it be scrolling the item into view with UseStaticHeaders="true"?
What is the best workaround for this, to get the selected item into view when UseStaticHeaders="true"
Thanks in advance