EasyUI Forum
May 04, 2024, 02:28:26 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
1  General Category / EasyUI for jQuery / Re: Linkbutton is disabled but button click is not disabled on: September 13, 2020, 09:57:55 PM
It works.

Thanks !
2  General Category / EasyUI for jQuery / Linkbutton is disabled but button click is not disabled on: September 11, 2020, 07:58:56 AM
Hi,

Please see code

http://code.reloado.com/oquleg3/102/edit#preview

On click, we have disabled linkbutton but still button click is not disabled. Can you please let us know how to fix this ?

Thanks,


3  General Category / General Discussion / Re: DateBox date range picker [SOLVED?] on: May 26, 2020, 07:32:57 AM
Hi,

The code is not working. Will it be possible for you to fix it ?

Thanks,
4  General Category / EasyUI for jQuery / Re: Suppress unnecessary row of dates from last month in Calendar on: March 13, 2020, 03:14:58 AM
Great ! Thanks a ton.
5  General Category / EasyUI for jQuery / Re: Suppress unnecessary row of dates from last month in Calendar on: March 10, 2020, 10:08:55 PM
Thanks but then it displays one blank row for March 2020. Any solution to hide this blank row ?
6  General Category / EasyUI for jQuery / 2 side by side Calendar Controls for selecting Check In - Check Out on: March 09, 2020, 01:08:24 AM
Hello,

Is it possible to select a date range from a single month or 2 months for Check In & Check Out as shown in attached images ?

Thanks,
7  General Category / EasyUI for jQuery / Suppress unnecessary row of dates from last month in Calendar on: March 09, 2020, 12:54:34 AM
Hello,

For the month of March 2020, the calendar control is showing unnecessary row of dates from last month i.e. 23-29th Feb. Please see attached image. How to suppress that row ?

Thanks,
8  General Category / EasyUI for jQuery / Combogrid Hide Pagination in Scrollview & also changing form data variable on: November 15, 2019, 04:53:17 AM
Hi,

I have 2 questions

1. Combogrid with load-on-demand works perfectly. We want to hide the pagination row and therefore, we set pagination=false, but then data is not being loaded.  How can we achieve that ?

2. When we scroll, the URL is called with form data with variables rows & page. Is it possible to change form data variables  from rows to rowNo and page to pageNo ? we have few api that accept rowNo & pageNo as parameters.


Code:
			$('#tt').combogrid({
panelWidth:800,
method: 'POST',
url: 'ourUrl',
idField:'id',
textField:'text',
fitColumns:true,
view:scrollview,
multiple: true,
mode:'remote',
fitColumns:true,
pagination:true,
pageSize: 50,
columns:[[
{field:'id',title:'ID',width:80},                     
{field:'text',title:'Name',width:80,align:'left'},
]],
loadFilter: function (data) {                       
    return {
        total: data.TotalRecords,
        rows: data.Data,
    }
},
                });

Thanks,
9  General Category / EasyUI for jQuery / Combobox Virtual Scroll - Lazy Loading on: October 22, 2019, 10:10:36 PM
Hello,

I noticed that there is a feature "Combobox Virtual Scroll" in EasyUI for Vue. However, I could not find the same feature in EasyUI for jQuery. Is it available ?

Thanks,
10  General Category / EasyUI for jQuery / Re: Radiobutton custom CSS for selected item on: October 22, 2019, 06:54:21 PM
Thanks Jarry !
11  General Category / EasyUI for jQuery / Re: Radiobutton custom CSS for selected item on: October 21, 2019, 12:29:40 AM
Hello,

Can someone answer this please ?

Thanks,
12  General Category / EasyUI for jQuery / Radiobutton custom CSS for selected item on: October 19, 2019, 02:30:45 AM
Hello,

Is it possible to show selected radio button icon & text in blue and unselected icon & text in black ?

Thanks

13  General Category / EasyUI for jQuery / Re: Pivot Grid Totals on: March 28, 2019, 05:00:39 AM
Hi,

It's done. I handled using the following code.

onLoadSuccess: function(){
               $('#pg').pivotgrid('collapseAll');
               var opt = $('#pg').pivotgrid('options');
               var rows = opt.pivot.rows;
               var header = rows[0];
               var title = $(this).data('datagrid').dc.header1.find('.datagrid-cell>span:first');
               title.html('<span style="font-weight:bold">'+ header +'</span>');
            }

You may close the ticket.

Regards,
14  General Category / EasyUI for jQuery / Re: Pivot Grid Totals on: March 27, 2019, 08:08:05 PM
Hi,

Noticed one small issue. FrozenColumnTitle is not displayed. Please see image.

Regards,
15  General Category / EasyUI for jQuery / Re: Pivot Grid Totals on: March 27, 2019, 07:25:29 PM
Hi,

Thanks. But this aggregate property didn't work in the version I downloaded from https://www.jeasyui.com/extension/downloads/jquery-easyui-pivotgrid.zip. Did I download it from wrong location ?

Satisfied with your controls and bought one commercial license just now.

One question. If there is only one dimension for aggregation, can I hide it ? See image

Best Regards,
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!