Hi,
I want to ask how to add combo in scheduler using .net connectors which fetch data from sql server database table.
Please suggest a method which can fill dropdown (combo) with defining sql queries. i want to supply sql query in constructor instead of table name.
I am using .net connector.
Hello,
if you mean combo selector of the lightbox - it is built around dhtmlxCombo component, samples of which initialization can be found here (relatively to root of connectors package)
samples\dhtmlxCombo\02_sql_connector.ashx.cs
If you have more specific issue - please provide a demo so we could reproduce it locally