Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
ig:webdatagrid paging issue
posted

Hi All

I have used ig webgrid in asp.net application paging not working when we click num 2 same values getting populated  

<ig:Paging EnableInheritance="true" PagerMode="NumericFirstLast" PageSize="3">

<PagingClientEvents PageIndexChanging="grdOrders_Paging_PageIndexChanging" />
</ig:Paging>

after clicking this getting same data 

Thanks,

Venkat.