jQWidgets Forums
Forum Replies Created
-
Author
-
hello Peter,
thanks for replying.I have another problem about batch editing. After I deleted a row,updated a row,and inserted a row,how to get the changed rows’ status sent to server by clicking Sending button?March 24, 2014 at 1:22 pm in reply to: how to set dateTimeInput with a label to the middle of the DIV element how to set dateTimeInput with a label to the middle of the DIV element #51751Thank you so much,Dimitar.It works OK.
March 23, 2014 at 1:18 am in reply to: how to set dateTimeInput with a label to the middle of the DIV element how to set dateTimeInput with a label to the middle of the DIV element #51649here is the code:
<script> $(function () { $("#dp").jqxDateTimeInput(); }); </script> <style> div.container { vertical-align:middle; height:300px; background:#b6ff00; float:left; } #dp { display:inline-block; } .label1 { line-height:300px; } </style> </head> <body> <div class="container"> <span class="label1">Date:</span> <div id="dp" style="width:200px;"></div> </div> </body> </html>
where to get the reference for $.jqx.dataFormat ?
Hi,Peter
I got all members of event arguments through Fire Bug. There are three useful members:rightclick,rowindex,visibleindex.jqxGrid.
How to know all members of Event arguments for rowclick event?
There is just rowindex in API documention.Hello,Peter.Thank you for your reply.
The member “rightclick” is not documented in API documention.just one member “rowindex” is documented.Hi,thank you for your reply.I meant saving multi-rows to the server at once.
thanks. hope to add setting item height method in next release.
in addition,i need scroll menuNovember 19, 2012 at 9:26 am in reply to: add nodes under a parent node add nodes under a parent node #11174i have saved menu item to MySQL database, but i do not know how to add subitem dynamically.
if i add a subitem to non-selected item , does the indexes of treeItems change?demo shows CRUD for a row. my question is how to get changed rows data sent to the server side, and on the server side how to get the state of the rows (updated,inserted or deleted).
thanks for your reply.
then how :
1. do i know the state of the rows send to sever?inserted,updated or deleted?
2.do JQWIGETS provide a method to get CHANGED rows information sent to server side? -
AuthorPosts