EasyUI Forum
November 04, 2025, 09:22:43 PM *
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 / Editable Grid - Instead of Update sometimes it Inserts on: November 20, 2012, 10:06:13 PM
Not sure if this is a bug or not. Sometimes when I edit a row, instead of updating, it Inserts a new row keeping all the data I have not changed and replacing fields I have changed.
It should just update the current row but for some reason it creates a whole new row of data.
I'm thinking it might be something to do with both update and save using the same button?
2  General Category / EasyUI for jQuery / Re: Word-wrap / Row Height on: June 05, 2012, 08:11:45 PM
Could you send me of a working word wrap example/tutorial?Huh?
3  General Category / EasyUI for jQuery / Re: Word-wrap / Row Height on: June 04, 2012, 07:03:53 PM
I did set the nowrap property to false as you can see in the code I copied and pasted but it is not working.
4  General Category / EasyUI for jQuery / Re: Word-wrap / Row Height on: June 04, 2012, 03:29:11 PM
<table id="tt" class="easyui-datagrid" style="width:960px;height:500px"
   url="datagrid24_getdata.php"
   title="List of Needs in Kent County Michigan" iconCls="icon-search" toolbar="#tb"
   rownumbers="true" pagination="true" nowrap="false" autoRowHeight="true" fitColumns="false">

I set the nowrap to false (see above code). I believe you can set this property here?
5  General Category / EasyUI for jQuery / Word-wrap / Row Height on: June 03, 2012, 06:01:20 AM
I can not seem to get the word-wrap to work. For what I am doing right now I just have three columns. Two of the columns will never be longer than the column is width. The third column however will almost always be longer than the column width. I would like it so the Row Height is determined by word-wrapping the third column but I can not seem to get the word wrap to work at all. I guess an alternative to this would be to have a fixed row height that would be larger than only one line.

Any help or suggestions would be appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!