Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lsl

Pages: [1] 2 3 ... 5
1
Yes, it works for 5.xx but not in 3.xx

Can you give me the milestone or schedule about the upgrading version?
Does it have the material design or react version?

2
When I copy and paste some information from excel to grid, it will have problem if there is a entry keystroke. Is there any chance to fix it?

3
Help for ParamQuery Pro / Re: Change the Message 'No rows to display.'
« on: February 23, 2018, 11:12:46 am »
Thanks, it works.

In addition, is there a event to trigger any paste done. I want to activate a button after someone pasted.

4
Help for ParamQuery Pro / Change the Message 'No rows to display.'
« on: February 23, 2018, 09:12:39 am »
I have some pqgrids for copying and pasting only and it was shown 'No rows to display.' at the first. Is it possible to change it to 'Paste Here' ?

5
Help for ParamQuery Pro / Re: Material Design
« on: October 26, 2017, 07:19:14 am »
Also, is there any schedule to have reactjs version?

6
Help for ParamQuery Pro / Material Design
« on: October 24, 2017, 11:27:27 am »
Is there any CSS that fit the material design standard?

Or any change is needed for the material design?

7
Help for ParamQuery Pro / Row height Align with Grid height
« on: April 29, 2017, 03:05:07 pm »
There is a grid with one record only with memo fields. The memo rows are many and always not able to display the complete information.
However, the grid height will be varies according to the screen size.
It there a method to set the row height align with the grid height so that we can get more rows in the memo as possible?

8
Help for ParamQuery Pro / Html 5 Input Type
« on: April 10, 2017, 12:52:59 pm »
Can I use a HTML 5 data type?

For example, if an form is submitted with a HTML5 data type "email", there is an error checking "Please include an'@' in the email address ..."

Can I include this type of checking in a pqgrid?

9
It works fine when I use

rowDblClick: function (event, ui) {            
                ui.rowData[key];                                       
}

However, if I change to use the selectEnd,
selectEnd : function (event, ui) {                           
}

I can only get the change by "ui.selection._areas[0].firstR" and ui.rowData don't work.
How can I do about this?



10
Help for ParamQuery Pro / Best Fit Font Size
« on: February 16, 2017, 12:25:39 pm »
May I have a method as follows?
Auto enlarge or reduce the font size so that there is no horizontal  scroll bar and able to show all the column for a special grid width.

11
Suggest new features / Copy and Paste
« on: September 06, 2016, 09:29:18 am »
There are some date field and numeric field in a grid. It was using 'format'  to show 'dd/mm/yy' and '###,###.00' respectively. However, if I copy and paste to an excel. It will be shown the raw data format as in the json file. Can it be changed to show as on the screen?

12
Help for ParamQuery Pro / Strange table display after changing padding
« on: September 02, 2016, 08:48:00 am »
Hello,

The grid looks strange after I changed the padding of cells to 0. By reducing the padding, I want the grid to show more rows within a certain height. But the table is still showing the original number of rows instead of showing more rows after row height decrease. Thus an empty space appears, which is not what I expected. Can you tell me how to solve it?

I have attached an image to show the problem.

Thank you

13
Help for ParamQuery Pro / Export Excel, JSZip Problem
« on: August 19, 2016, 12:25:45 pm »
When we execute this function, it give us message to import JSZip (actually we are not going to Zip it at all)

$("#grid").pqGrid( "exportData", { format: 'xlsx',filename:'pq_excel.xlsx'} );

So we import the latest version of JSZip (https://stuk.github.io/jszip/)
however, it give us another error

"jszip.js:1474 Uncaught Error: This method has been removed in JSZip 3.0, please check the upgrade guide."

14
We generate an Excel file from your Demo

http://paramquery.com/pro/demos/export

We tried to use Excel 2016 to open the excel and add a new sheet to it
Excel return the error as attached screen.


15
Help for ParamQuery Pro / checkboxColumn not in 3.x?
« on: July 26, 2016, 07:57:13 am »
For pqgrid 2.x , I have used the checkboxColumn in a editable=false grid . It works fine. ie. User is able to check /uncheck this column only and the others columns are not editable.

However, there is no such feature in 3.x?

Please advice.

Pages: [1] 2 3 ... 5