Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Reg: In Grid model Dialog is not coming while saving

    Hi,

    We are using EnterPrise Blue Skin. And when we try to save a record we are getting a dailog saying that "Saving form.." in DynamicForm. After adding the below line for RPC Manager:

    promptStyle:"dialog",

    But the same is not coming in the List Grid. Is there any other property we need to mention to get the same.

    We are working on below environment:

    Version: Isomorphic SmartClient/SmartGWT Framework (v8.3p_2013-05-08/PowerEdition Deployment 2013-05-08)

    Browser: IE9

    Thanks in Advance

    #2
    The question is how broadly you want to apply this change.

    You can set the system-wide promptStyle via RPCManager.promptStyle, or you can set requestProperties, including promptStyle, at either the whole-DataSource or per-operationBinding level.

    Finally, if you only wanted to affect just the one ListGrid, you can set listGrid.saveRequestProperties.

    Comment

    Working...
    X