Custom fields change function not triggered
Posted: 20 Oct 2016
Hi,
I have a custom field for cross site look up. That's dropdown field. But the change function of that dropdown is not working. how can i resolve this?
I used this code
fd.field('ProjectType').change(function()
{
});
If its a normal sharepoint look up field then the change event works perfectly. This is not working only in case of my custom field.
I have a custom field for cross site look up. That's dropdown field. But the change function of that dropdown is not working. how can i resolve this?
I used this code
fd.field('ProjectType').change(function()
{
});
If its a normal sharepoint look up field then the change event works perfectly. This is not working only in case of my custom field.