3.2.0

Input fields

Hi,

I've tried to add an input field to the grid but no luck. It appears but every time i "check" a check box or type in an input box, it gets cleared? Any idea why?

BTW awesome tool!
December 17,
That was a bug which is now corrected in 0.2.3 (published today). In short when you click the checkbox - this also triggers row selection event - and row selection triggers row repaint. I replaced full repaint with className update, so input controls should now work as expected.

Alex
Alex (ActiveWidgets)
December 18,
great news ! :o)
December 18,
Actually not quite so great, i can now use the input fields but they get reset when you re-sort the grid :o(
December 19,
You need to pass your values back to the data model. Data model is the only place where you should keep and manipulate the data. All the rest is just output (printout). So as soon as the user types something in the cell - you should catch this event and update your data array or XML. Then on any refresh the cell will get the correct data.
Alex (ActiveWidgets)
December 19,
when this active widgets version 2.0(complete) will be realsed?
mustu
January 4,

This topic is archived.

See also:


Back to support forum