Add Datagridview progess bar or Stack bar

0
0

Hi!

I need to add

DataGridViewProgressColumn

Or Stack bar

into a cell on datagridview

How can I to do it with Wisej.Web? May you help me, please?

Thanks,

ปรีชา

  • You must to post comments
0
0

Set AllowHtml to true then you can show anything in the cell. A simple progress bar would:

<div style=”height:100%;width:{value}px; color:red”></div>

 

Where {value} is the progress bar width as 100/width*value.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.