私はgridControlをTileview Layoutに変換し、データベースからタイルビューにデータを表示したいのですが、私の問題は画像が表示されず、そのbytes.how私はこれを修正することができますか?私はrepository.Edit.Pictureboxを使用しましたが問題があります。 TileView Image Column not show image(Devexpress)
0
A
答えて
1
あなたは グリッドにデータソースを割り当てるときthis- Grid Control - (converted to TileView) - How to show an image column
列が自動的に作成されている参照してください。 グリッドデザイナを使用して、これらの列に基づいてタイル項目を手動で設定します。カラムタイプが の場合、画像またはバイト[]が正しく表示されます。細胞内でのアイコンを表示するには、いくつかの異なる方法があります
templateRow[TableColumnName.ImagePath] = finalPath; templateRow[TableColumnName.Image] = DevExpress.XtraEditors.Controls.ByteImageConverter.ToByteArray( System.Drawing.Image.FromFile(finalPath), System.Drawing.Imaging.ImageFormat.Png);
:私が使用している
アプローチは、私は以下のコードスニペットに示すように、バイト配列を含んで別の列の私のデータソースを作成していることです。このタスクに関連するいくつかの可能な方法を示すHow to put an image in a grid cellの記事をご覧ください。
参考文献:
Tile View not loading image from column containing Image Path
byte array column to image display
関連する問題
- 1. Jquery show image while .show()
- 2. Devexpress Xtragrid TileView
- 3. jquery gallery image show
- 4. show image from gridview
- 5. grappelli admin show image
- 6. php image show issu
- 7. Jquery Show Image Before .load()
- 8. Webview Not Refresh Image
- 9. Glide Not Loading Image
- 10. asp.net image not working
- 11. WPF Tooltip Image in Datagrid Column
- 12. Laravel Image Upload Not Working
- 13. 角2 ERROR with show image
- 14. Laravel show error getimagesize on image update
- 15. show image in squareのクラス
- 16. Raspberry Pi show Boot while Image
- 17. Summernote image upload not working
- 18. jquery select image not working
- 19. イーストスウィフトdo not center image
- 20. Aspose OCR - Not Recognizing Image
- 21. Devexpress Winforms tileview substring text forecolor
- 22. Firebase storage image url not working
- 23. Typo3 ai image - crop not working
- 24. multer image upload not working - req.file.path undefined
- 25. phpリネームスワップファイル名does not reload image
- 26. glide not load imageアンドロイドimageview
- 27. Java Image Resize code not working
- 28. Googleウェブデザイナー| background-image not working
- 29. Ajax Image Uploadで、ev.preventDefault(); not working
- 30. Picasso Not Loading Image from url