Increasing the also the height of the element with classes .ruFileWrap and .ruStyled would make the bar thicker when the AsyncUpload is in Lightweight render mode.
Here is a sample implementation for the AsyncUpload with Lightweight render mode:
<style>
html .RadAsyncUpload .ruFileProgressWrap {
background-color: lightgray;
background-image: none;
height: 20px;
}
html .RadAsyncUpload .ruFileProgress.ruProgressStarted {
I have question. I am posting question on this thread because of i thought my issue some kind a related of Render mode. For me in-line progress not showing in case of RenderMode="Lightweight". But when i change it to RenderMode="Classic" then in-line progress bar is working fine. Could you assist on my issue? why inline progress bar is not working in case of RenderMode="Lightweight". Thanks