textstring array on member editable or delete on front end
I think this one is for Lee -- can you spare any code snippets or thoughts on how to bind textstring array to a dataGrid or something so site members can remove favorites?
i am storing page name and Id -- but would love an edit/delete so they could change the name or remove from favorites. Having trouble trying to bind to grid first and foremost... any thoughts?
Sorry I missed this one - I blame last week's lack of email notifications. ;-)
Not too sure how TextstringArray would work on the front-end; I've haven't tried it before. I suspect there would be a fair amount of hacking to make it work - as the CSS & JavaScript is embedded within uComponents and relies on other Umbraco back-office resources/assets to work.
Do the member's favourites map to a field/property in the back-office? (As in are you already using the TextstringArray with your members?)
textstring array on member editable or delete on front end
I think this one is for Lee -- can you spare any code snippets or thoughts on how to bind textstring array to a dataGrid or something so site members can remove favorites?
i am storing page name and Id -- but would love an edit/delete so they could change the name or remove from favorites. Having trouble trying to bind to grid first and foremost... any thoughts?
thanks,
bob
Hi Bob,
Sorry I missed this one - I blame last week's lack of email notifications. ;-)
Not too sure how TextstringArray would work on the front-end; I've haven't tried it before. I suspect there would be a fair amount of hacking to make it work - as the CSS & JavaScript is embedded within uComponents and relies on other Umbraco back-office resources/assets to work.
Do the member's favourites map to a field/property in the back-office? (As in are you already using the TextstringArray with your members?)
Cheers, Lee.
is working on a reply...