Hi,
I'm following the GridAttachmentColumn demo and saving to the database - all works well, but in the demo, if no file is uploaded the error message is added like so:-
RadGrid1.Controls.Add(New LiteralControl("<b style='color:red;'>No file uploaded. Action canceled.</b>"))
This puts the message right at the bottom of the grid - is there a way to show it within the auto generated edit form please?
Also, I did look but is there an example of the GridAttachmentColumn using an edit form template?
Cheers,
Jon
I'm following the GridAttachmentColumn demo and saving to the database - all works well, but in the demo, if no file is uploaded the error message is added like so:-
RadGrid1.Controls.Add(New LiteralControl("<b style='color:red;'>No file uploaded. Action canceled.</b>"))
This puts the message right at the bottom of the grid - is there a way to show it within the auto generated edit form please?
Also, I did look but is there an example of the GridAttachmentColumn using an edit form template?
Cheers,
Jon