I am new to Sharepoint and nearly completely satisfied what lists can do out-of-the-box.
But I have to add new column with ajax autocomplete features. I'm extensively reading documentation, books and tutorials but require a little guidance to speed-up the learning-curve
- Can I declare custom column with custom client-code in a list or shall I rewrite the list completely (what a nightmare I guess)?
- Where shall I put my handler for ajax requests?
- What is the best practice to store custom data from my custom columns within list standard data?
- Does sharepoint support jquery natively, or shall I use client-side sharepoint API?
Thank you in advance!