Search Type: Posts; User: msincuba
Search: Search took 0.02 seconds.
-
2 Nov 2007 1:13 AM
Jump to post Thread: Saving non dublicate in a grid by msincuba
- Replies
- 0
- Views
- 678
Hi guys. I am trying to save but validate duplicates in a grid before saving. I just want to use JavaScript. I tried it like this but could not get value when using ds.getAt(i).data.name but i get it...
-
26 Oct 2007 2:03 AM
- Replies
- 5
- Views
- 1,218
Once again thanks BernardChhun. Eventually it worked. I added the following to JS:
var id_value = ds.getAt(0).data.id;
var optLock_value = ds.getAt(0).data.optLock;
var... -
25 Oct 2007 11:20 PM
- Replies
- 5
- Views
- 1,218
Thanks a lot BernardChhun. I got what u meant and the post i got is:
{
content: 1.dfdfdf Introduction South department
data: ... -
25 Oct 2007 5:48 AM
- Replies
- 5
- Views
- 1,218
\
To Ans ur questions
1. Firebug does not pop up or show anything unless i click on it.
2. Server sends the data to the page as expected.
3. Im not sure but I can see the same data that I... -
25 Oct 2007 1:36 AM
- Replies
- 5
- Views
- 1,218
:-/:-/
Hi Guys,
I am retrieving info from mysql db, but when i change that info and save to db, it does not save. I think it uses the original DataStore instead of using the changed 1.
Here...
Results 1 to 5 of 5
