Feature Requests item #2900584, was opened at 2009-11-19 18:50
Message generated for change (Tracker Item Submitted) made by mustafa95
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2900584&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: (mustafa95)
Assigned to: Nobody/Anonymous (nobody)
Summary: DateRenderer for wxAdvTable
Initial Comment:
Hi,
I have a suggestion for wxAdvTable.
I've read the "ReadMe.txt" file and there are three renderers for wxadvTable.
"wxAdvStringCellRender for string data,
wxAdvBoolCellRenderer for boolean data,
wxAdvColourCellRenderer for color data"
I've used JTable at Swing.
for example: for Date class Date.class, for Integer class Integer.class etc.
At this address there is an example:
http://www.esus.com/docs/GetQuestionPage.jsp?uid=1270
At second column we can put cell contents as Date class,
and Date column(second column) is sortable.
There is wxDateTime(http://docs.wxwidgets.org/stable/wx_wxdatetime.html) class that we can put
this class's value to as cell value and If we control these date values with wxDatePickerControl(http://docs.wxwidgets.org/stable/wx_wxdatepickerctrl.html) or wxCalendarCtrl(http://docs.wxwidgets.org/stable/wx_wxcalendarctrl.html) makes the wxAdvTable great.
I've tried wxWidget's wxGrid demo example that comes with wxWidget examples.
In that example there are ComboBox and other editors for cell. Does wxAdvTable support these renderers at the future?
Regards
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2900584&group_id=51305
|