Thingworx mashup and widget related queries
1)How to display editable controls within Grid column? E.g. drop down selection or calendar control so that user can select value. As of now we are able to get only textbox as editable control.
2) For textbox control within grid we are facing another issue. Such Editable textbox value within grid value is not passed to service as parameter. It is passing value which is bind to grid but not the editable one. This is required to update editable value from Grid to database.
3)How can grid rows can be interchanged? E.g. Select a grid row and drag it at other place that will change selected grid row index. Is the same functionality achieved on button click like Move Up/Move Down?
4)We have applied validation expression on button which is firing but in case of invalid value it is not preventing user to save record in database. How can we correct this?
