Dear all, Is there some API to set datasource fetch mode and query type? I like to have these APIs because any one can set this at runtime without asking the developer to make it available. Secondly I have created many datasource objects without infinite scroll settings. It very easy to set it with an API on panel intitalization instead of going to the datasource manually and doing it. Thanks. George. |
Hi George, The datasource API does not let you set the scrolling style during run time. We don't have any near term plans to make this API, either. It should be possible to change the scrolling style of the datasources in bulk using an SQL statement. (This SQL will update the scrolling style of the datasources during design time, not during run time). I don't know the SQL write off the top of my head. I'll update this post when I construct the correct SQL statement. |