Hi Pierre,
Thank you for the reply. myRadGRID.MasterTableView.PageSize is perfect.
Now i can set the page size what i want.
how can i take the pageSize to save in DB?
these a, b or c doest give the current page size. Those gives only default pageSize.
int a= myRadGRID.PageSize;
int b = myRadGRID.MasterTableView.PageSize;
RadNumericTextBox c= (RadNumericTextBox)e.Item.FindControl("ChangePageSizeTextBox");
same time i want to get the pageNum as well, which always gives 1 even after it change...
RadNumericTextBox pageNum = (RadNumericTextBox)e.Item.FindControl("GoToPageTextBox");
Please help me..
Cheers
Has