This question is locked. New answers and comments are not allowed.
In MyBusinessObject I have 3 properties:
MyValue
Name
and ID
ID is required by an interface I'm interfacing, but I don't want it to actually show up on the GridView. I tried
[Browsable(false)]
public string Id
but it still shows up, and I didn't see anything in the demo that would help. Any advice? Thanks.
MyValue
Name
and ID
ID is required by an interface I'm interfacing, but I don't want it to actually show up on the GridView. I tried
[Browsable(false)]
public string Id
but it still shows up, and I didn't see anything in the demo that would help. Any advice? Thanks.