EasyUI Forum
May 05, 2024, 07:10:14 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2]
16  General Category / EasyUI for jQuery / How to change textbox label? on: August 16, 2017, 02:07:25 AM
Is it possible to set (change) textbox label after creating?
17  General Category / EasyUI for jQuery / Re: How to make combodatalist? on: August 09, 2017, 06:59:33 AM
Thanks, that's a good idea!
18  General Category / EasyUI for jQuery / How to make combodatalist? on: August 09, 2017, 04:49:47 AM
Is it possible to make 'combodatalist' - combo with a datalist dropdown panel?
19  General Category / EasyUI for jQuery / Re: html in datagrid editor on: July 12, 2017, 11:51:55 PM
Thank you
20  General Category / EasyUI for jQuery / Re: html in datagrid editor on: July 12, 2017, 07:42:12 AM
Probable I incorrectly formulated the idea.
How to disable processing of the inputed value as HTML-markup, as text only?
By default inputed text interpret as HTML-markup and this can lead to errors.
21  General Category / EasyUI for jQuery / html in datagrid editor on: July 12, 2017, 04:29:16 AM
Hello!
How to disable or process html tags in datagrid fields editor? For example, if set <b>some value</b> in datagrid field  text editor, after editing the field will be bold.
22  General Category / EasyUI for jQuery / Re: Datagrid editing on: July 12, 2017, 04:14:17 AM
Thank for answer and example code, it work!
I incorrectly called UpdateRow and getChanges did not return anything.
23  General Category / EasyUI for jQuery / Datagrid editing on: July 12, 2017, 12:32:58 AM
Hello!
I have in a datagrid the one complex field as key-value object. To edit this field, I made an custom editor in modal dialog.
How to make so that after editing this datagrid row was marked as updated and was in the result returned by datagrid('getChanges', 'updated')?
24  General Category / Bug Report / Re: SwitchButton keyboard events on: June 02, 2017, 12:20:33 AM
Hi, this example code work right only if SwitchButton will be focused by mouse click directly.
In this case SwitchButton change visual style instantly and call onChange event.
If SwitchButton will be focused by Tab key (from other controls) SwitchButton change visual style with animation and do NOT call onChage event.
25  General Category / Bug Report / SwitchButton keyboard events on: June 01, 2017, 06:36:28 AM
A focused SwitchButton chanche self visual state but dont send onChange event by keyboard(Space button), by mouse button only.
26  General Category / Bug Report / Re: DataGreed row number display error on: March 06, 2017, 12:50:06 AM
I solved this problem with method 'resize':
Code:
$(element).datagrid({
...
rownumbers: true,
nowrap: false,
onLoadSuccess: function(data) {
 $(element).datagrid('resize');
}
});
But if data not contains rows: {total: 0, rows:[]} i have endless requests... Shocked
If data have rows it's all right.
27  General Category / Bug Report / DataGreed row number display error on: March 03, 2017, 12:14:08 AM
Hello, i have display bug if rownumbers and nowrap is true in DataGreed component:
Code:
$(element).edatagrid({
...
rownumbers: true,
nowrap: true
});

If nowrap is false all display ok.
EasyUI v1.5.1, DataGrid with VirtualScrollView extension.
28  General Category / Bug Report / Re: updateRow in DataGrid in last version 1.5 on: August 23, 2016, 03:08:58 AM
Thank you!
29  General Category / Bug Report / updateRow in DataGrid in last version 1.5 on: August 22, 2016, 02:12:24 AM
Hello,
method updateRow for selected row unselect this row in DataGrid after updating.
Pages: 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!