This question is locked. New answers and comments are not allowed.
Hello,
I am having one 'ell of a time converting Razor code in C# to VB. Can someone please convert this pageable code for me?
.Pageable(pager => pager.Pagesize(50))
.Pageable(paging => paging.Style(GridPagerStyles.NextPreviousAndDropDown).PageSize(30, new[]{ 1,2,3,4,5}))
Thanks!
To Telerik... wishing for some VB/Razor code examples!!
Thanks again!
I am having one 'ell of a time converting Razor code in C# to VB. Can someone please convert this pageable code for me?
.Pageable(pager => pager.Pagesize(50))
and maybe this one.Pageable(paging => paging.Style(GridPagerStyles.NextPreviousAndDropDown).PageSize(30, new[]{ 1,2,3,4,5}))
Thanks!
To Telerik... wishing for some VB/Razor code examples!!
Thanks again!