Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Following procedure does not work...
1) Put the grid on the mashup.
2) Set "IsEditable" property true.
3) Bound "All Data" from "XXXThingTemplate#GetImplementingThingsWithData".
4) Open the Widget Config window of the grid.
5) Check "Editable" for each property.
6) Save & View Mashup.
All of the columns are still Read-Only.
(, while Property Value widget works well..)
Are there any thing yet to be done?
Version 6.5.8 b-4
Solved! Go to Solution.
Matthias, can you try using a Number instead of Integer? It looks like don't support those basetypes; I'll file an enhancement Jira to support all basetypes in a future release.
You are saying that the Grid is not showing the cells as Editable, or you can't do an Edit and Save the changes?
I mean the grid is not showing the cells as Editable.
Completely the same appearance as the non-editable grid.
Do you have ShowAllColumns checked? Can you try displaying only the columns you've set as editable?
I have a similiar situation and noticed that only columns of type "string" appear to be editable? Might is be true? I do have a lot of columns of type Integer and HTML which I would like to have editable if possible.
Maybe any thoughts on that one?
Matthias, can you try using a Number instead of Integer? It looks like don't support those basetypes; I'll file an enhancement Jira to support all basetypes in a future release.
Hi Aanjan,
thanks for the quick reply. Indeed with a number it works. Is there somewhere a documentation which base types are supported and which not?
Also do you have any idea if there is a way to provide the user with some help in inserting "obscure" characters. We currently look at a way to provide a more simplified user interface for a specific use case by using a mashup (instead of our "fat application") and one part would be to enter stuff like greek characters and similar.
cheers,
matt
As long as the '-Dfile.encoding' flag is set on Tomcat, you should be able to render any character(s), I believe. With that set, a Textbox might still be useful to enter said characters. And regarding the documentation part, it looks like we don't have any, unfortunately. The Number basetype was something I tried out, hence I suggested it.
Thanks. Your quick feedback is very much appreciated!