Ia it possible to use a FileUpload control in a RowEditTemplate? If so, can you provide the
RowEditingClientBinding code?
Thanks, Dave
Hello Dave,
“WebUpload” control can be used in row editing template. You can set it like shown in the following links:
http://samples.infragistics.com/aspnet/Samples/WebDataGrid/Editing-and-Selection/Custom-Edit-Row-Template/Default.aspx?cn=data-grid&sid=2b41bfab-614a-4021-a526-b80e6ebf8b5b
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebDataGrid_Using_Client_Bindings.html
As for the bindings – what kind of the upload properties you need to set/get by client bindings?
Alex, I'd like to upload an "Image" and insert/update to a SQL Server table.