flexgeek

Tips & Tricks – ItemEditors – II

Posted on: May 10, 2007

banner3

Blog moved to http://blog.flexgeek.in

View the post here – http://blog.flexgeek.in/?p=18

7 Responses to "Tips & Tricks – ItemEditors – II"

Good example, but if you don’t want an alert message but the red tooltip displayed by the validator how can you do it ? I’ve done some test but the tooltip never appeared.

Great article.

How do you know when the new value is commited.

I am using ItemEditEnd to fire a function but since the value has not been commited to the dp my function recieves the old cell value.

Any tips are greatly appreciatted.

I am having the same issue as Darren, been scouring the nets for a solution…I keep getting the old value back, it seems like itemEditEnd fires before the binding, and before the combo.change event in my editor. any thoughts?

hey luke,
usefollowing.. inside itemEditEnd()

gridname.invalidateDisplayList();
{
// changes to datagrid elements
}
gridname.validatenow();

[…] totally pick on one guy who I happened to be reading when I went over the threshold to write this: negatives: “we […]

Thanks For The Info! Nice Article!

Hey thanks so much, really helped in a pinch to validate some info in our grid! THANK YOU!!!!!!!!!!

Leave a reply to TechnoPrenuer Cancel reply

Categories