please is there option to add a new kendo drop down list in dynamically created table. I am trying in normal aspx page. how to achieve, i am binding data with json object with page method from vb page.
If you have a JSON object, I am assuming that you've also made this object available to your view as javascript, yes? If not, you should look into exposing your data model to your javascript and you'll have the ability to createjust about anything you want. There are many examples of this...http://demos.kendoui.com/web/dropdownlist/index.html