Are there any none issues with EditMode="PopUp" and InsertItemPageIndexAction="ShowItemOnFirstPage"
If I set EditMode="PopUp" the page index does not cahnge to the first page, or any page for that matter and newly inserted records aren't on page one.
This only seems to occur when EditMode="PopUp"
<
MasterTableView
EditMode
=
"PopUp"
Caption
=
"Caption"
CommandItemDisplay
=
"Top"
NoMasterRecordsText
=
"No Rows Returned!"
DataKeyNames
=
"ID"
RetrieveNullAsDBNull
=
"False"
HorizontalAlign
=
"Center"
BorderWidth
=
"1"
BorderColor
=
"Gray"
BorderStyle
=
"Solid"
InsertItemPageIndexAction
=
"ShowItemOnFirstPage"
>