or
Hi,
I need to get an example about implementing telerik with n2 cms
if someone can help me will be wonderful
i wanna know if is posible use telerik with n2 cms...
thanks a lot for reading...
Note: i'm a dummy using telerik 'cause i don't know nothing about that.
at least will be nice to get a north jeje i don't know how to use telerik rad controls i need an easy example...
please answer me people jeje thanks a lot again!!!
protected
void
grdGroupings_NeedDataSource(
object
source, GridNeedDataSourceEventArgs e)
{
if
(!e.IsFromDetailTable)
{
grdGroupings.DataSource = AppealGroupingService.Find(
null
, grdGroupings.CurrentPageIndex + 1, grdGroupings.PageSize);
}
}
grdGroupings.MasterTableView.DetailTables[0].CurrentPageIndex
Even though the DetailTable's pager moves to highlight #2 (or whatever I hit), CurrentPageIndex is always zero, so I request, receive and display the first chunk of information from my service, regardless of what's highlighted in the pager.
What's the right way to have a detail table hang onto its index for paging?
Thanks,
Scott