Please observe the snapshot
The numbers in pager style are jumping downwards and upwards when i place mouse pointer over it,not able to find out what the issue is,can any help me..
RadGrid1.PagerStyle.Position = GridPagerPosition.TopAndBottom;
RadGrid1.PagerStyle.Mode = GridPagerMode.NextPrevAndNumeric;
RadGrid1.PagerStyle.PagerTextFormat = "{4} Page {0} from {1}, rows {2} to {3} from {5}";
RadGrid1.PagerStyle.PageSizeLabelText = "Results per page";
The numbers in pager style are jumping downwards and upwards when i place mouse pointer over it,not able to find out what the issue is,can any help me..
RadGrid1.PagerStyle.Position = GridPagerPosition.TopAndBottom;
RadGrid1.PagerStyle.Mode = GridPagerMode.NextPrevAndNumeric;
RadGrid1.PagerStyle.PagerTextFormat = "{4} Page {0} from {1}, rows {2} to {3} from {5}";
RadGrid1.PagerStyle.PageSizeLabelText = "Results per page";