I've got a json datasource and if I bind to my grid using:
{dataSource: Currencies, columns...etc} then it works OK. however if I use:
{dataSource: {data: Currencies, pageSize: 20}, columns...etc} then it does not work.
Can anyone confirm what I'm doing wrong in the second example, which is how most of the demos work...?
Cheers
Cliff
{dataSource: Currencies, columns...etc} then it works OK. however if I use:
{dataSource: {data: Currencies, pageSize: 20}, columns...etc} then it does not work.
Can anyone confirm what I'm doing wrong in the second example, which is how most of the demos work...?
Cheers
Cliff