User1786607082 posted
I am working on a custom gridview, I know like there isnt enough of them out there as it is. But this more of a learning experience so please bare with me. I create a new BoundField that inherts from BoundField. I was able to add my properties
to it and all. Right now I can manually add my BoundField to a GridView from HTML Source. Once added I can see my properties using the Designer but the Designer does not read the values from the Source to populate the PropertyGrid.
So the first question is how to get the Designer to read my properties?
Second question is how would one add their custom BoundField to the list of Available Fields of the GridView Columns Collection?
Any help would be much appreciated.