EasyUI Forum
November 30, 2025, 11:37:32 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 / General Discussion / EasyUI Dialog confused Jquery Default Dialog? on: January 15, 2013, 07:29:22 AM
Hi

Easyui dialog is interfering with jQuery dialog. Because both same name.

How we can take from each other?
2  General Category / General Discussion / sortName not working ! on: December 08, 2012, 09:22:39 AM
Simply write the following code but it does not work. Why might that be?

Code:
$("#stokGrid").datagrid({
            loadMsg:'Yukleniyor lutfen bekleyin !',
            remoteSort: false,

            sortName:'sto_isim',
            sortOrder:'asc',

            rowStyler : function(index,row){
.....
3  General Category / EasyUI for jQuery / Re: rowStyler issue - class problem on: November 15, 2012, 12:12:51 AM
Thanks stworthy..
4  General Category / EasyUI for jQuery / rowStyler issue - class problem on: November 12, 2012, 08:56:35 AM
Datagrid rowStyler returning "style" attribute parameter. But style attribute override to class attribute.. As a result select row not highlight. Because "datagrid-row-over" class select to row..

Code:
<tr id="datagrid-row-r2-2-0" datagrid-row-index="0" class="datagrid-row [b]datagrid-row-over[/b]" [u][b]style="background-color:orange;"[/b][/u]></tr>

"style" attribute override "class" attribute !

Can you help me?
5  General Category / EasyUI for jQuery / Re: Performance problem on Datagrid on: November 12, 2012, 08:21:16 AM
Thanks,

virtual scrolling is ok Smiley paqgination not navigating to datagrid. but no problem Smiley
6  General Category / EasyUI for jQuery / Re: Performance problem on Datagrid on: November 03, 2012, 01:29:37 PM
thanks parkerr. i will try to that and write result under this subject.
7  General Category / EasyUI for jQuery / Performance problem on Datagrid on: November 02, 2012, 06:17:37 AM
Hi

What can we do to make the DataGrid renders more quickly. Grid data from 70 columns and 66 rows showing it's too late. I turn the grill on a table and have a few cycles. And do not use the Ajax request. I wonder if it could not be the length of time?

Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!