Hi All,
I am using Ultraweb Grid Which is having Paging at Server side. if i am moving to next page i is redirecting to server
I want to do the same in client Side.
Thanks in Advance.
Hello I am using webdatagrid 12.1 (Version=12.1.20121.2072) & binding using jquery client side, somehow th pagin is not getting enabled. Its enabled but shows only first page index.
Hello Sunil,
I am just checking if still require any assistance or clarification on the matter. Just let us know.
Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Hi Lyuba,
Thanks for your reply.
Baciscally i am using paging at server side like below:
'Protected Sub uwgAuditTrail_PageIndexChanged(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.PageEventArgs) Handles uwgAuditTrail.PageIndexChanged
' Me.uwgAuditTrail.DisplayLayout.Pager.CurrentPageIndex = e.NewPageIndex
' Me.uwgAuditTrail.DataSource = dsSearchResult.Tables(0).DefaultView
' Me.uwgAuditTrail.DataBind()
'End Sub
Here Each time i need to bind the Dataset when ever i a going to new page
so either i need to catch the dataset in session or i need to keep the dataset in view state
so what i was looking that once i have all the dataset in grid, i do not want to go back to dataset for next page
i want to keep the paging at client side