we have stored Images as BLOB fields in mYSQl datbase.can anyone help us like how to display BLOB filed in ultrawingrid?Thank you.
Hi,
What kind of data is in your BLOB and what do you want to do with it? The grid doesn't have any built-in support for BLOBs, so you probably just have to convert your BLOB into some kind of DotNet object before the grid can do anything with it.
Images are stored in BLOB field. can anyone help me on how to display the image in Grid.Thank you.