Hi Arun,
onclick is DOM event and not event of the Kendo UI widget, additionally it is not clear what you do on itemclick since you have not posted its definition. Generally if you want to use querystring parameters, you can add them directly into the app.navigate URI i.e.:
app.navigate("nextpage.html?id=" + id);
You might also consider using
Kendo UI Touch widget depending on what you're trying to do.
Regards,
Steve
Telerik
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.