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 - VigneshVpn

Pages: [1] 2 3
1
Hi,

In a single page, I added one grid in each of three tabs. First tab grid arrow is showing correctly when going to see the second and third tab, grid arrow is not showing correctly.

First tab arrow icon class is - ui-icon ui-icon-triangle-1-e
Second and third tab's arrow icon class is - ui-icon undefined

Please do the needful


2
how? I tried but i cant. is there any logic t do this. plz help me.

3
please anyone have any idea on this issue??? plz share with me.

4
Hi,

In my grid i have a column named as file number and the values will be "file-1,file-2,....file-10,file-11...etc". here normal sorting is working fine until the file reach file-10. if list over the count of 10 then it sorted as follows,
"file-1,file-11,file-12,file-2,file-3,file-4....etc". But  i need the format of sorting is "file-1,file-2,file-3,.....file-9,file-10,file-11...etc".

So plz help me on this issue. how to solve this issue in sorting.

Thanks in advance.

6
hi,

Plz tell me the full path for CDN file of pqGrid free version. I searched in cdnjs site and github. both have pqGrid.min.js file but inside the code it named as pqGrid Pro version. so plz help me.

Thanks,
Vignesh.

7
Help for ParamQuery Grid (free version) / Re: Mobile responsive view
« on: January 29, 2019, 11:33:06 am »
I tried and set the autofit as false but it did not work declaring minWidth is needed? or declaring the width for grid is required? what will help to look like responsive in mobile view? plz help me. i have no ideas.

8
Help for ParamQuery Grid (free version) / Re: Mobile responsive view
« on: January 25, 2019, 02:28:00 pm »
Here i attached my screen when i tried to view in mobile my grid is look like this. The grid is shown in web as normal but in mobile view it shows as different which is look like dirty. please help me on this. how to solve this issue.?

Thanks.

9
Help for ParamQuery Grid (free version) / Mobile responsive view
« on: January 12, 2019, 03:55:33 am »
In pqgrid, when i saw my grid in mobile it shows as its maximum height. it looks very weird. but in PC browser it looks good. I think mobile responsive is missing. how to solve this. I set width as "100%" and flexhright as true. is there any change needed? plz help me?

10
I got solution by using pqSelect for multiple select dropdown. Thanks all.

11
Hi,

I need to add a column with multiple select dropdown option in my grid. I tried using a plugin. but it did not helped me. when i try to save it causes error. and initially the js default multiple select is appearing in row. it look like a weird thing in my grid.

So, if anyone have a solution to solve my need?. i need to add a multiple select dropdown in a column. Plz help me to solve this.

Thanks in advance,
VigneshPradeepan.

12
You can handle the click events for checkbox using check, beforeunCheck and unCheck events.

Refer this example https://paramquery.com/demos



Thanks,
VigneshPradeepan.

13
The Function column is the dropdown. if you click it twice you will able see that.

14
Thats ok. I tried that method. but it did not helped me. is there any way to add a div for textbox and img tag?

like,
eg:

"<div>"
"<img />"
"<textbox />"
"</div>"

15
Hi,

I need to wrap 2 or more than  2 controls warp by a <div> element in pq-toolbar. so that i can apply css for that div only in toolbar section.

This is my toolbar.

 toolbar: {
            cls:'pq-toolbar-search',
            style: "float:right",
            items: [
                { type: 'button', label: 'Add', listeners: [{ 'click': addRow }], icon: 'ui-icon-plus' },
                { type: "<img src='assets/images/magnify-glass.svg' height='18px' class='search-icon' />" },
                { type: 'textbox', attr: 'placeholder="Enter Name to Search"', cls: "searchinput", listeners: [{ 'keyup': filterhandler }] }
            ]
        }

by adding the div element won't affecting my input's listener event.

Is there any way to do that?

Thanks in Advance,
Vignesh.

Pages: [1] 2 3