Search Type: Posts; User: simonswb6
Search: Search took 0.02 seconds.
-
4 Feb 2011 4:44 AM
- Replies
- 3
- Views
- 1,300
You would be correct in a normal database situation, you would want to commit at the end of update, however i was just playing with the location of the commit to see if would make a difference...
-
1 Feb 2011 6:42 PM
- Replies
- 3
- Views
- 1,300
Did a lot or reading on the Record and ModelData
from the Docs:
"Rather than editing a model from a store directly, record can be used to "buffer" any changes to the model. Changes can be... -
1 Feb 2011 10:56 AM
- Replies
- 3
- Views
- 1,300
I need to loop through records and automatically set some vales in a store for a grid. This works fine and when i re-fresh the grid using the code below, the values show up fine. I would like these...
-
5 Nov 2010 10:21 AM
Jump to post Thread: Dirty Flag by simonswb6
- Replies
- 0
- Views
- 565
I am using a row editor with a Grid to edit 4 text boxes and 2 combo boxes. The dirty flag always shows up on the 2 combo boxs even if i did not change the value in the combo boxes. Is there a way...
-
4 Jun 2010 2:41 AM
- Replies
- 2
- Views
- 1,096
Appears that you can render the grid value, but if you do not update the ModelData, the value will not be shown in the summary line.
this line fixed the problem:
task.set("PAID_DOLLARS",... -
2 Jun 2010 9:04 AM
- Replies
- 2
- Views
- 1,096
I am using the buffered grid example and the editable grid together. I have added a AggregationRowConfig to the bottom of the grid to total the dollars which works correctly. However, when i update...
Results 1 to 6 of 6
