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

Pages: [1] 2 3 ... 8
1
Hi Team,

var CM = $("#vessel_tab_main").pqGrid("option", "colModel");
CM[13].colModel[12].hidden = true;
$( "#vessel_tab_main"  ).pqGrid( "option", "colModel", colM );

My requirement is like as per the attached screen shot when i select the option 'DRAFT DWTS' the sub column 'Deadweight Thirteen' should be hidden.


2
Hi Team,
I am trying to hide the sub column of a main column.
var CM = $("#vessel_tab_main").pqGrid("option", "colModel");
CM[13].colModel[12].hidden = true;
where CM[13]  is a main column and colModel[12] is sub column of CM[13].
I have tried to add "CM[13].colModel[12].hidden = true;" code in my change function,still it's not working.But i  tried to hide the main column CM[13],all the sub columns are also getting hidden.
 
I need your help while trying to hide the individual sub column of a main column,what i need to do.Please reply soon.

Thanks
Bsol Team


 

3
Help for ParamQuery Pro / Row Editable
« on: February 20, 2017, 05:48:20 pm »
Hi Team,
      We are using param query grid where each grid contains 40-50 columns. I need to make particular row editable based on some conditions. if i use editable callback function it will be very difficult to add it for all the columns and condition i need to put it in all the place.

I can use this event $( ".selector" ).pqGrid( "option", "editable", function( ui ){});

To be simple how to make row editable by using rowIndx ??. so that i can make entire row editable

Kindly suggest

Thanks




4
Hi Team,

We have implemented the filter option for col model, the filtering the column is working but when we delete the search pattern from the text box the column is not maintaining the alphabetic order/sort order.

As we are already developed the application in param query version 2.4, we need this above thing to implemented for same version of paramquery js.
Please can you be able to give some solution regarding this issue.

Thanks
Bsol team



5
Hi Team,
         When i am selecting checkbox present in my grid i am getting exception. Based on the checkbox value i am loading values for another grid. Kindly give me your suggestion why i am getting this js exception. Please find the attached screen shot. Thanks in advance.

 $( "#VoyageDetails_tab_main" ).on( "pqgridrowunselect", function( event, ui ) {});
 $( "#VoyageDetails_tab_main" ).on( "pqgridrowselect", function( event, ui ) {});

uncaught TypeError: Cannot read property 'pqval' of undefined
    at k.paramquery.cCheckBoxColumn.h.setValCBox (PoolPoint.Pqgrid.min.js:367)
    at k.paramquery.cCheckBoxColumn.h.raiseEvent (PoolPoint.Pqgrid.min.js:372)
    at k.paramquery.cCheckBoxColumn.h.cellClick (PoolPoint.Pqgrid.min.js:370)
    at HTMLDivElement.<anonymous> (PoolPoint.Pqgrid.min.js:365)
    at HTMLDivElement.dispatch (1.9.1.jquery.min.js:3)
    at HTMLDivElement.v.handle (1.9.1.jquery.min.js:3)
    at Object.trigger (1.9.1.jquery.min.js:3)
    at HTMLDivElement.<anonymous> (1.9.1.jquery.min.js:4)
    at Function.each (1.9.1.jquery.min.js:3)
    at init.each (1.9.1.jquery.min.js:3)
    at init.trigger (1.9.1.jquery.min.js:4)





Thanks & Regards
Bsol Team

6
thanks for your reply.

Here i have attached the screenshots of below issue.

7
Hi Team,
                I am using the filter model for the column to search the particular item based on the pattern, but searching the data based on pattern is perfectly working fine.
     The issue is with it , when i remove the search pattern then grid is not setting back to its original state rather it is not refreshing.

Please give some help on this issue.
Code:
 in column model
 filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'], style : "background-color:white;", attr: 'placeholder="Enter your keyword"' },
                 
in object model:
filterModel : { on:true, header: true, type:"local",mode : "OR" },



8
Hi Team,
                   We are using the copy paste functionality, but in some specific version of internet explorer the functionality fails to reproduce this.so any suggestion can be made for this issue. We are checking with IE version 11.

Reply asap

Thanks in Advance

9
Thanks for your immediate response.

In latest version this is working fine.How can I get that same functionality in v2.4.x. Is there any way to get it in v2.X.Please give me an example.

10
After removing all Filter characters from Filter text box,it should display ascending order by default.But it is displaying, what we filtered previously that same values only it is displaying on top.we don't want like that.As per my requirement it should display  ascending order with out clicking on column header.
 Please check the attached screen shot for more clarification.





Thanks,
BsolTeam

11
Hi Team,
             We are facing one problem,while we are trying to filter the character and removing character from filter text box at that time sorting is not happening properly.
please check below link and find screen shot in attachment.

http://paramquery.com/pro/demos24

Thanks,
BsolTeam.

 

12
Hi Team,
                We have requirement for the column index which contain filter text box and sortable the data.
   For  sortable the column index with not case sensitive , we achieved by giving the data type of column index as "stringi"

   Now along with this sortable we also need the filtering for the column index based on incase sensitive , for this we are trying we all other option, but did not got any solution.

So we are requesting the help from your side.
Please give solution ASAP.


Thanks in Advance
Bsol Team,

13
Help for ParamQuery Pro / Sorting based on incase sensitive
« on: December 09, 2015, 01:21:59 pm »
Hi Team,
             Grid having case sensitive sorting by default.SO we need incase sentive soring.Please give the solution for this issue.

For example .. IF we have the column with data.    Alliance,AXA,America.... in this order.
 After sorting i need to sort in the following manner .. Alliance,America,AXA ( ascending order )
      AXA,America,Alliance ( Desending order)

 In demo link it is following case sensitive. the link is here
http://paramquery.com/pro/demos24


Thanks
Bsol Team

14
Hi Team,
              We are putting bootstrap date time picker inside the grid,when date picker opens,it is hiding inside the title bar as shown in the attachment.Please help on this issue.

Thanks in advance

BsolTeam

15
H team,
               After closing the pop up in the maximize screen, the blank screen is appearing.instead it should be displayed main screen.
 This issue is also there in the demo pop up screen example. please help on this issue.

  http://paramquery.com/pro/demos24/fluid_popup


Thanks and regards
Bsol team.

Pages: [1] 2 3 ... 8