Hi,
I just wonder what could be the case that my paging information at the bottom of the grid is very tall and all buttons wrapped to 3 rows rather than just stay on one. All demos are working just fine.
My code is very simple:
....
pageModel: {type: "local", rPP:2},
dataModel: {
location: "local",
data: data_array
}
Thanks a lot,