:: Forum >>

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!
Wednesday, December 17, 2003
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)
Thursday, December 18, 2003
great news ! :o)
Thursday, December 18, 2003
Actually not quite so great, i can now use the input fields but they get reset when you re-sort the grid :o(
Friday, December 19, 2003
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)
Friday, December 19, 2003
when this active widgets version 2.0(complete) will be realsed?
mustu
Wednesday, January 4, 2006

This topic is archived.


Back to support forum

Forum search