I have a requirement of hiding GridBoundColumn if it does not have any value for any row.
Does RadGrid have any property to know that specific column has any value or not?
Thank you Shinu..
For now I have setup like that only but what I would like to know if Does RadGrid has a property to know Column empty or not?, rather than in Item bound.
And I have to hide column Run time as I have specified and based on some logic.
If Column has at least a single value exist then we would show the column otherwise hide it.