Hi, is this possible?
thanks
alex
Thanks, really simple usage exactly what i was after. keep up the good work chaps!
Hi Alex,
please find a sample showing how to put a knob in dgv cells attached.
Hope that helps.
Best regards
Frank
Hi Guys,
Thanks Frank, yes please do that will be really good.
alex
Hi Alex,
I´m happy to inform you that with the latest development build (1.3.60) we now support virtually any control to be put into a Datagridview cell
including header cells or the row header. Could be the jQueryKnob, buttons for special sorting/filtering or any other control or combination
of controls. I can send you a simple sample using the jQueryKnob if you want, just let me know please.
Best regards
Frank
Placing a control inside a cell is not yet possible. The datagrid in wisej only renders the html for the visible viewport and we need add a system to “move” widgets into the visible cell as they are rendered. It’s on the todo list since we already have the DataGridViewCell.Control property, but it’s a low priority at the moment.
However, you can:
1- Place any html (and css) inside a cell (set AllowHtml = true).
2- Custom paint a cell, see: https://wisej.com/examples/ You can draw sparklines, charts, or anything else that can be drawn into a Graphics object.
/Luca
Please login first to submit.