Hello,
I have a radgrid that has all of its columns as GridBoundColumns except for one. The column that is not a GridBoundColumn is a column that i am attempting to setup as a GridTemplateColumn. This column will contain a ASP label and will display the text version of a numeric value (such as if the value is 73, it will display "Hello World" in the grid). I am getting the value from a column that is in the same table that all of the other GridBoundColumns look to.
The issue that I am having is, how to setup this column so that I can run a filter on it.
Thanks!
I have a radgrid that has all of its columns as GridBoundColumns except for one. The column that is not a GridBoundColumn is a column that i am attempting to setup as a GridTemplateColumn. This column will contain a ASP label and will display the text version of a numeric value (such as if the value is 73, it will display "Hello World" in the grid). I am getting the value from a column that is in the same table that all of the other GridBoundColumns look to.
The issue that I am having is, how to setup this column so that I can run a filter on it.
Thanks!