Hello!
I searched the forums and read the following links:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdcolumntypes.html
I have setup a table with three fields on a RadGrid:
- ID (integer, primary key)
- description (string)
- status (char[01])
and I want to have the status field as a boolean type where I'd like to add an image showing green or red ajaxed to represent the T/F state but I can't get it running.
I also tried to add a Checkbox according to the links I saw but I received the following error message:
"System.FormatException: String was not recognized as a valid Boolean."
What am I doing wrong and how can I achieve the result I want to?
Thanks!
Ricardo
I searched the forums and read the following links:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdcolumntypes.html
I have setup a table with three fields on a RadGrid:
- ID (integer, primary key)
- description (string)
- status (char[01])
and I want to have the status field as a boolean type where I'd like to add an image showing green or red ajaxed to represent the T/F state but I can't get it running.
I also tried to add a Checkbox according to the links I saw but I received the following error message:
"System.FormatException: String was not recognized as a valid Boolean."
What am I doing wrong and how can I achieve the result I want to?
Thanks!
Ricardo