Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Thanks, set the value attribute on the ListGridRecord with String[] solved the problem.
-
Below is the code of your showcase sample at https://smartclient.com/smartgwt/sho...m_editing_cell .
Code:new NameValueRecord(6, "SelectItem
Last edited by weiqj; 26 May 2023, 19:55.
Leave a comment:
-
Appreciate your help very much! But I still couldn't even make your sample code work.
https://smartclient.com/smartgwt/showcase/#grid_cu...
Leave a comment:
-
No, it is not bound to a DataSource. It is just an editor of a cell in ListGrid.
As you can see, in my code selectItemGrid.setValues takes...
Leave a comment:
-
The problem with 13.0 is that with addCellSavedHandler
public void onCellSaved(CellSavedEvent event) {
The event.getNewValue()...
Leave a comment:
-
SelectItem multiple items not checked!
On a ListGrid cell.
Code:public FormItem getEditor(ListGridEditorContext context) { final SelectItem selectItemGrid =
No activity results to display
Show More
Leave a comment: