Can radzen infer a database schema with image datatype column?

Hello,
I have a database with the name photo and type image in a MSSQL database, I infer schema and then create any page that depends on crud operations and include photo and then link it to the property because it wouldn't link automatically and it just doesn't work -in DataGrid it doesn't load and in CRUD pages doesn't save data- so please help me if you have met an error like it or tell me how to fix it manually with Visual studio

Thank you for your help

Hi @Bahaa_Asem,

CRUD pages will not create any specific UI for such field type.

Yeah crud pages when made in the step after inferring schema will not create a UI for that field type, but the pages would load, but if made after it the pages fail to load.

Maybe you should try to debug your application to see what’s the error