The gridview tag has no wiki summary.
3
votes
4answers
5k views
What is SP Grid View & How to use it?
I know this is a basic question!
But still, I need to know
What is Grid View?
How to use it?
What is it used for?
Any documentation or links will be of a great use!
Thanks!
-saumil
Using SP2010
...
3
votes
3answers
1k views
GridView lookups displaying as “id;#value”
I am using an ASP.net gridview. The datasource is SPList.Items.GetDataTable().
The gridview is working fine; however, lookup and multilookup columns display as "id;#value". Is there any way to just ...