Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I Can't get the SQL pickers to work (Havent tried the others yet). Could it be because webforms is used?Using for example the nuPickers.SqlDropDownPicker, just gives me an empty select tag.
And thanks for your work.
Hi Peter,
If you're using Umbraco v7.1 or above then all the nuPickers should work.
Can you post your config for your SQL DropDown Picker ?
Hendy
HI,
Thanks for your answer.
I have this setup:
This is when testing a nuPickers.SqlCheckBoxPicker. Its the same problem.
I use 7.2.1
The SQL expression needs to return a result set containing 'Key' and 'Label' fields, does it work if you change your SQL to:
SELECT [caseno] AS 'Key', [address] AS 'Label' FROM [dbo].[properties]
HTH,
Yep, that was it, must have missed that read.
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
SQL
Hi,
I Can't get the SQL pickers to work (Havent tried the others yet).
Could it be because webforms is used?
Using for example the nuPickers.SqlDropDownPicker, just gives me an empty select tag.
And thanks for your work.
Hi Peter,
If you're using Umbraco v7.1 or above then all the nuPickers should work.
Can you post your config for your SQL DropDown Picker ?
Hendy
HI,
Thanks for your answer.
I have this setup:
This is when testing a nuPickers.SqlCheckBoxPicker. Its the same problem.
I use 7.2.1
Hi Peter,
The SQL expression needs to return a result set containing 'Key' and 'Label' fields, does it work if you change your SQL to:
HTH,
Hendy
Yep, that was it, must have missed that read.
Thanks.
is working on a reply...