EasyUI Forum
March 28, 2024, 06:19:20 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 3 ... 13
1  General Category / EasyUI for jQuery / Re: datagrid + enableFilter on: November 14, 2023, 04:26:12 AM
Thanks !

Regards
Miche
2  General Category / EasyUI for jQuery / datagrid + enableFilter on: November 09, 2023, 08:58:26 AM
Hi,

I have a datagrid with "enableFilter". In the filter, I have a combobox with the property "multiple: true".
If you select a line in the combobox, an error is received in the console.
How can I avoid this ?

See the code here:
http://217.193.156.220/BBB/


Thanks
Miche
3  General Category / EasyUI for jQuery / Re: combobox on: September 20, 2023, 06:16:45 AM
Thanks !

Regards
Miche
4  General Category / EasyUI for jQuery / combobox on: August 30, 2023, 03:42:41 AM
Hi,

I have a combobox where the user can select different line types.
In the drop-down list the lines are displayed correctly, but once a line is selected, in the combobox appears the HTML code.

Is it possible to display the line and not the code ?

See the code here:
http://217.193.156.220/jeasyui/BBB/

Thanks
Miche
5  General Category / EasyUI for jQuery / Re: datagrid + unselectAll on: March 28, 2023, 01:26:26 PM
Thanks !

Regards
Miche
6  General Category / EasyUI for jQuery / datagrid + unselectAll on: March 23, 2023, 06:50:44 AM
Hi all,

"unselectAll" unselect all current page rows.

In my case I use datagrid pagination.
How can I unselect all rows on all pages ?

Regards
Miche
7  General Category / EasyUI for jQuery / Re: easyui-linkbutton + hidden on: March 17, 2023, 12:22:12 AM
Thanks !

Regards
Miche
8  General Category / EasyUI for jQuery / easyui-linkbutton + hidden on: March 16, 2023, 10:21:37 AM
Is it possible to hide a easyui-linkbutton ?

The following code doesn't works:
<a href="javascript:void(0)" class="easyui-linkbutton" hidden>Hello</a>

Regards
Miche
9  General Category / EasyUI for jQuery / Re: Row Editing in DataGrid + modify all values on: February 21, 2023, 07:56:18 AM
Thanks !

Regards
Miche
10  General Category / EasyUI for jQuery / Row Editing in DataGrid + modify all values on: February 17, 2023, 10:03:15 AM
Hi all,

I have a datagrid similar to the example "Row Editing in DataGrid".
https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=Row%20Editing%20in%20DataGrid

I want to add a button that in one step can change all the row values of the column "Status" at once.
My idea is to loop through the rows, change into editmode and modify the value of the column "Status".

Is this a correct approach ?

Any help is appreciated.

Regards
Michelangelo


11  General Category / EasyUI for jQuery / Re: datagrid + set all values to a specific value on: August 19, 2022, 04:37:21 AM
Thanks !

Regards
Miche
12  General Category / EasyUI for jQuery / datagrid + set all values to a specific value on: July 26, 2022, 04:04:38 AM
Hi all,

I need to write a javascript in order to set all values of the first column of a datagrid to a specific value.
I am able to loop throught a datagrid with "getRows", but how to modify the values ?

Thanks
Miche
13  General Category / EasyUI for jQuery / Re: Change combobox option with javascript on: July 20, 2022, 04:50:10 AM
Thanks !

Regards
Miche
14  General Category / EasyUI for jQuery / Re: Change combobox option with javascript on: July 15, 2022, 12:44:17 AM
Thanks !

The problem is that I have an "old" release.
Is it possible to use a command like this ?

$('#Plant').combobox('textbox').attr('editable', true);

Regards
Miche
15  General Category / EasyUI for jQuery / Change combobox option with javascript on: July 13, 2022, 08:09:15 AM
Hi all,

I have a combobox with "editable: false".
I want to change this options to "true" with a javascript.

Here is the code but it doesn't works.

http://62.48.115.40/jeasyui

Thanks for any help
Miche
Pages: [1] 2 3 ... 13
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!