Is there a way to retrieve the selected list item title/name? For example if I click an item say "Distributor" in custom list, how can I get this title in a string or variable?

|
Is there a way to retrieve the selected list item title/name? For example if I click an item say "Distributor" in custom list, how can I get this title in a string or variable?
|
||||
|
|
If you mean doing it through code you could use the getSelectedItems() method:
You could then just iterate through the items and get the desired attribute:
|
|||
|
|
You can use CAML and SPQuery:
|
|||
|
|