Hi, I need too this control (and a radio button too..) and i'm
implementing in a project, but I noticed that in your example the
position is correct UNTIL a vertical or horizontal scrollbar is present.
Of course is possible to compensate this when a double clik happens
(reading scrollbar position and subtracting): but any idea to how-to
"anchor" this ring control to a cell when the user move a scrollbar?
Many thanks in advance
Raffaele
PS: I hope that these kind of controls in table will be implemented in
future releases
JuanCarlos wrote:
> Hi,
>
> I guess the answer is no and yes. The table control does not allows
> ring selection as a datatype. However you can create your ring control
> and display it in the right place at the right time.
>
> I'm including an small example here, it's not finished, it's very
> basic, but it's a good place to start. When the user double clicks on
> a cell a ring controls appears in place of the cell; when the user
> makes a selection the ring control disappears and the selected value
> is passed to the table.
>
> Please take a look at this example and let me know if you have any
> further questions.
>
> Regards,
>
> Juan Carlos
> N.I.