[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-15 Thread briandus
Ok..had a brain cramp...I found the delete options..Alright! Still having trouble with the jqModal forms though...but, things are definitely moving forward and I'm excited. This is really an amazing plug in Tony. Thanks so much for your contributions and ALL the help! Briana On Apr 15, 9:02 am,

[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-15 Thread briandus
HI Tony, now that you were able to show me how to make the (my) "ID" field readonly, it is now being sent to the server like this: id: (21,7) - Where 21 is my database key field and 7 is the row placement. I can work with this because I can just parse it. BUT, the delete method is still only s

[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-15 Thread Tony
Hello, #1) Yes you are right and I agree that the id should be configurable from the developer. This of course requiere a lot of work, but I think I will implemet this. #2) Check to see if you have loaded all the needed css and js files. This is mostley caused that jqModal.css is not loaded. #3)

[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-14 Thread briandus
Hi Tony - #1) thanks so much for the hint on the readonly field. I must have missed that one in the documentation; works perfectly! Howover, the row placement being the value of the "id" that is being sent is obviously a problem as I can't use that to manipulate my database records. Unfortunately

[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-14 Thread briandus
Hi Tony - #1) thanks so much for the hint on the readonly field. I must have missed that one in the documentation; works perfectly! Howover, the row placement being the value of the "id" that is being sent is obviously a problem as I can't use that to manipulate my database records. Unfortunately

[jQuery] Re: Final Four: Grabbing Keys, Styling Columns, Pop Up Forms, Edit Select Lists?

2009-04-14 Thread Tony
Hello, #1) colModel : [ { name:ID, hidden:true, editable:true, editrules:{edithidden:true}, editoptions:{readonly:true} }, .. ] Look into the docs for more details. #2) In wich browser is this? #3) Currently not possible. It is hardcoded in the source. Will try to put this in the css in order t