This question is locked. New answers and comments are not allowed.
Hello Everyone
I have a RadGridView using a RadDomainDataSource as an item source (which connects to a Microsoft SQL Server 2008 Server). One of the columns in this RadGridView is a GridViewImageColumn that displays an image that is stored directly in the SQL Server as an image data type.
I can display, add, edit and delete the string and numeric data in the RadGridView and these changes are reflected on the SQL Server but I cannot find any way to add or edit an image in the GridViewImageColumn and have this pushed up to the server through the RadDomainDataSource.
I have extensively searched the forum and looked at a number of Blog entries but nothing I have found yet has given an example of how to make the GridViewImageColumn editable.
Can someone please show a brief example of how to add/edit an image in the GridViewImageColumn so this can be sent to the server.
Thanks in advance.
I have a RadGridView using a RadDomainDataSource as an item source (which connects to a Microsoft SQL Server 2008 Server). One of the columns in this RadGridView is a GridViewImageColumn that displays an image that is stored directly in the SQL Server as an image data type.
I can display, add, edit and delete the string and numeric data in the RadGridView and these changes are reflected on the SQL Server but I cannot find any way to add or edit an image in the GridViewImageColumn and have this pushed up to the server through the RadDomainDataSource.
I have extensively searched the forum and looked at a number of Blog entries but nothing I have found yet has given an example of how to make the GridViewImageColumn editable.
Can someone please show a brief example of how to add/edit an image in the GridViewImageColumn so this can be sent to the server.
Thanks in advance.