Hello All,
I'm completely baffled by this one. I generated code with a web site and the <TableName>.aspx displays a EntityGridView with a pager at the bottom. I have copied and pasted the contents of the aspx page and the .cs codebehind to my own site the data show up just fine but the control displays without the pager at the bottom. When I debug on my site the "protected override void OnRowCreated(GridViewRowEventArgs e)" evenhandler is fired two times with e.Row.RowType with values of DataRow, and Footer. When I do this on the generated site the eventhanlder fires three times with DataRow, Footer, and Pager as values.
I have also copied the <data:EntityGridView default.skin definiation to my site as well.
Any assistance in helping get a clue to this is appreciated.
~-=M=-~