how get value from smartgwt Custom FilterEditorType ?

Posted by Ehsan Khodarahmi on Stack Overflow See other posts from Stack Overflow or by Ehsan Khodarahmi
Published on 2010-03-10T17:48:00Z Indexed on 2010/03/30 6:43 UTC
Read the original article Hit count: 860

Filed under:
|
|
|

Hi I've developed a custom widget (a persian calendar consist of a base textbox & image widget on a gwt grid which look likes smartgwt calendar) & putted it in a CanvasItem because i want to add it as a filter editor for a listGrid :

ListGridField regDateTimeField = new ListGridField("regDateTime", ????? ? ????", 120"); regDateTimeField.setFilterEditorType(new PersianCalendarItem());

now list grid displays it successfully, but when i click on filter button, nothing happend even when it value changes.

I think i have to override some canvas item methods to return internal textbox value, but i don't know how should i do this ???

© Stack Overflow or respective owner

Related posts about smartgwt

Related posts about filter