Forgive my noob-ness but what is the difference between the WebDataGrid and the WebGrid?
Same for the WebDataTree and the WebTree.
and I have to say, I don't complain about performance of uwg.
I have used Ultrawebgrid and WebDataGrid. I got too excited and changed most of my pages to wdg, and unfortunately now I am getting back all my screens to uwg as this controls seems to be much more stable, offers more features and it even seems to perform better thatn the "new" control.I have had many problems with wdg, when refreshing for example, when sorting data and scrolling down to the last record. In my opinion whe wdg's still got a long way to mature before it can replace the ultrawebgrid.If you have uwg screens then my advise is to be careful before you think of upgrading the control to webdatagrid, reliability does more than performance in my opinion.you need to think of this situation, it works but it is slow vs.... it is slow but it works!
Hello Mypost,
You may use the Custom Pager sample as a base.
Regarding the ObjectDataSource you should enable paging implement it in the Select method using startRowIndex and maximumRows :
https://docs.microsoft.com/en-us/previous-versions/dotnet/articles/aa479347(v=msdn.10)?redirectedfrom=MSDN
I am attaching a simple sample of WebDataGrid with Custom pager and bound to ObjectDataSource.
I have not included the ig_res folder in order to reduce the size of the attachment.
Let us know if you need further assistance regarding this.
Attached is a simple sample of this functionality. Hopefully this is what you are looking for.
Just make sure to create an ig_res folder with the Default style set in it.
Is there any example of ObjectDataSource to implement custom paging?