or
<
telerik:GridClientSelectColumn
UniqueName
=
"headerSelectAll"
ItemStyle-Width
=
"40px"
ItemStyle-HorizontalAlign
=
"Center"
HeaderStyle-Width
=
"40px"
HeaderStyle-HorizontalAlign
=
"Center"
/>
AllowRounding
=
"false"
FileExplorer1.Configuration.ViewPaths = paths.ToArray()
FileExplorer1.Configuration.UploadPaths = paths.ToArray();
FileExplorer1.Configuration.DeletePaths = paths.ToArray();
FileExplorer1.Configuration.SearchPatterns =
new[] { "*.*" };
FileExplorer1.Configuration.ContentProviderTypeName =
typeof(CustomFileSystemProvider).AssemblyQualifiedName;
but when i try set FileExplorer.Upload.MaxFileInputsCount
FileExplorer.Upload is null
why?
Thx
<
table
>
<
tbody
>
<
tr
>
<
td
style
=
"font-family: arial; font-size: 11px;"
>
This is a text <br />
This is a bigger text
</
td
>
</
tr
>
</
tbody
>
</
table
>