Hi,
I'm newbie with js and HTML5. I have no idea how to pass value from QueryStringParameter (set in URL) and filter KendoDataSource ?
http://www.myapp.aspx?orderID=1234
example:
$("#grid").kendoGrid({
dataSource: {
type: "odata",
serverFiltering: true,
filter: [{ field: "Order_ID", operator: "equals", value: 1234}
]
BR
Marko
I'm newbie with js and HTML5. I have no idea how to pass value from QueryStringParameter (set in URL) and filter KendoDataSource ?
http://www.myapp.aspx?orderID=1234
example:
$("#grid").kendoGrid({
dataSource: {
type: "odata",
serverFiltering: true,
filter: [{ field: "Order_ID", operator: "equals", value: 1234}
]
BR
Marko