|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
I have a databound DynamicForm. Update operation for this data source returns the updated object from the server in the response. This updated object is very similar as the form submitted but few properties needs to set as per this object from the server. Nice thing is, it happens automatically. It updates the form values with the updated object received from the server. For few form fields (complex ones using canvas item), I do not want this behavior as those items issues more request to server which is not required. Is there anyway I can find if setValue for these items are called after fetch method or update method?
|
|
#2
|
|||
|
|||
|
To solve the above problem, I set some flags to achieve. Now I have another issue. I do override setValue methods to transform the value from the server side to the actual value. Now after update, this method is not called if the form item is of type HiddenItem. For now I changed the type to DateItem and showIf:false.
Is this a bug? |
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SC_SNAPSHOT-2012-01-07_v82p missing files and not working | RickBollinger | Installation | 23 | 13th Jan 2012 08:42 |
| Manage data states by filling an array pre-display of form data and comparing | kuzma | Technical Q&A | 1 | 12th Jun 2008 11:05 |
| Accessing data in ListGrid "hidden" fields | cberner | Technical Q&A | 1 | 29th Apr 2008 10:54 |
| Updating hidden fields in a list grid | ev.kaushik | Technical Q&A | 3 | 16th Apr 2008 08:23 |
| Problems saving and retrieving Data with DMI | rvdwalt | Technical Q&A | 3 | 13th Feb 2008 08:35 |