Is there any particular reason why you want the value to be one as well? I'm thinking that it's the text value that you are going to use once the datatype has been populated with all of your values.
I don't think that it's possible to change the generated value.
We can have the Text meaningful to user, however there might be something for TABLE ID mapping etc... where we need to make use of value and do some set of operations.
DropdownList Datatype in Umbraco... i want to control the values of dropdown list datatype... How???
DropdownList Datatype in Umbraco... i want to control the values of dropdown list datatype... How???
i created a new datatype say "products"
Database type: Integer
Add prevalue: 1
Text = 1
Value = 7 (BUT I WANT value to be 1)
i want to take control of both text and value. How to do this?
Please let me know.
Regards, Bharath
Is there any particular reason why you want the value to be one as well? I'm thinking that it's the text value that you are going to use once the datatype has been populated with all of your values.
I don't think that it's possible to change the generated value.
/Jan
We can have the Text meaningful to user, however there might be something for TABLE ID mapping etc... where we need to make use of value and do some set of operations.
is working on a reply...