This is a migrated thread and some comments may be shown as answers.

BinaryColumn RadUpload

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MGrassman
Top achievements
Rank 2
MGrassman asked on 25 Aug 2009, 10:16 PM
I have a RadUpload on my page and a radgrid with the binary image column.  When the page load the binary images come through just fine.  When I upload the file and call the rebind method everything loads correctly except the image columns.  The grid knows what columns have data and don't because I set the visible property on itemdatabound to false if the value of the image is null but the lines that are supposed to have images do show a border just no images.

Anyone have any issues with this.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 25 Aug 2009, 10:35 PM
Hello Michael-

Sorry to hear you're having problems. I think a little more information will be needed to really help you solve this problem quickly. If you don't mind, can you post some code samples (using the forum's "Format Code" tool) showing your Grid configuraiton and your relevant code-behind code? That should help us quickly recreate you scenario and provide some suggestions.

In the mean time, I'd also suggest checking your NET traffic with a tool like Firebug. When your page loads, look for any errors (like 500 Server Errors, or 404 HTTP Errors) related to the grid images. Those errors will further help us understand what may be happening.

Finally, as I'm sure you're aware (so for others reference), there is an online demo showing integration between RadGrid, the BinaryImageColumn, and RadUpload, available here:


It may provide additional guidance by example.

Hope that helps. Looking forward to your details.
-Todd
Tags
Grid
Asked by
MGrassman
Top achievements
Rank 2
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or