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

Pages: [1]
1
Help for ParamQuery Pro / Date-Picker Masking
« on: July 04, 2022, 01:46:25 pm »
Hi paramvir,

I am unable to apply date mask on date picker text cell in pq-grid. My previous code working properly.
editor: {
 type: function (ui) {
if (ElementType == "xbrli:dateItemType") {
                                     var $cell = ui.$cell,
                                       rowData = ui.rowData,
                                        dataIndx = ui.dataIndx,
                                        cls = ui.cls;

                                    //dc = $.trim(rowData[dataIndx]);
                                    //$cell.css('padding', '0');

                                    var $inp = $("<input data-inputmask-alias='dd-mm-yyyy' data-inputmask-inputformat='dd-mm-yyyy' type='text' id='" + dataIndx + "' name='" + dataIndx + "' class='" + cls + " pq-date-editor' style='position: relative; z-index: 100;border: 3px solid rgba(0,0,0,0);'/>")
                                        .appendTo($cell).val(dc).inputmask()
                                     .attr('readonly', 'readonly') // not editable remove by jinali(24 feb 2022).
                                       .val(dc).datepicker({
                                            changeMonth: true,
                                          changeYear: true,
                                           dateFormat: "dd-mm-yy",
                                           firstDay: 1,
                                           yearRange: "-150:+20",
                                            onClose: function () {
                                                $inp.focus();
                                            }
                                        });
                                    $cell.append($inp);
}
  }
}
But after version updated this code is not working so please guide us. How do put date masking?

2
Bug Report / Editors
« on: June 07, 2022, 01:07:10 pm »
Parmveer ji,

2. More options to support custom editors. Example: https://paramquery.com/pro/demos/editing_custom : still it is broken.

Kindly see following url https://screenrec.com/share/W9vJxFGADS

Thanks,
Ravindra

3
Help for ParamQuery Pro / Re: MS word tagging
« on: May 12, 2022, 01:42:08 pm »
Ok Thanks,

Any possibility to include this features in new version? 

Thanks,
Ravindra

4
Help for ParamQuery Pro / Re: MS word tagging
« on: May 12, 2022, 12:36:14 pm »
Kindly find word tagging functionality video url https://we.tl/t-MW5DnlzxPp

Kindly check and let us know this functionality is available or not?

Thanks,
Ravindra

5
Help for ParamQuery Pro / MS word tagging
« on: May 12, 2022, 10:23:01 am »
Hello Support,

We want to do MS Word tagging like Excel tagging with pqgrid. Kindly share demo url.

Thanks,
Ravindra

6
We have used same code but still facing the same issue

Could you arrange remote support for the same?

So we can easily identify the issue which we are facing.


Pages: [1]