EasyUI Forum
July 02, 2024, 12:50:50 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Seprate each 3 numbers with comma in easyui-datagrid on: December 01, 2014, 04:51:47 PM
Code:
 function formatPrice(val,row){
       
return val.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,");
       
        }
Thats it Cheesy
2  General Category / EasyUI for jQuery / Seprate each 3 numbers with comma in easyui-datagrid on: December 01, 2014, 06:49:20 AM
Hi
I have a easyui-datagrid and in one column I want to seprate each 3 numbers with comma!
Any Idea
Cheers
3  General Category / EasyUI for jQuery / Re: edatagrid and post more data when want to save row on: October 15, 2014, 07:55:06 AM
OK! I can't post my code because it's really messy right now Cheesy
As you can see in the picture I have two combo box! When I press save I want to POST my Combo box values with my field parameter to saveurl too.

4  General Category / EasyUI for jQuery / Re: edatagrid and post more data when want to save row on: October 15, 2014, 07:06:56 AM
Ok.Let me simplified my question.Imagain when I press save button I want to post more parameter.(not only gried field name)
5  General Category / EasyUI for jQuery / Re: edatagrid and post more data when want to save row on: October 13, 2014, 12:49:53 AM
No!its not working
6  General Category / EasyUI for jQuery / Re: edatagrid and post more data when want to save row on: October 13, 2014, 12:20:33 AM
Thank you for your replay.When I want to insert a new record I need to pass combo box values !Any suggestion?

7  General Category / EasyUI for jQuery / edatagrid and post more data when want to save row on: October 12, 2014, 10:12:13 PM
Hi
Im using  and I have two combox box on my page that shoud send their values when want to save data.
When I used save url its just post row value. So is there any chance that I can also post my combo box values too.
TanQ
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!