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

Pages: [1]
1
Help for ParamQuery Grid (free version) / Add new row
« on: October 04, 2023, 10:07:44 pm »
I try add new row to grid and refresh
gridNew.addRow(
    { newRow: {}, rowIndx: 4}
);
and get error
Uncaught TypeError: Cannot read properties of undefined (reading 'disabled')

Please explain why I get this error and how correct it. Really in the grid exists not editable columns

Also I tryed
add new row to dataModel and refresh with this function:
gridNew.pqGrid('option', 'dataModel.data', data).pqGrid('refreshDataAndView')

But get error:  gridNew.pqGrid is not a function
Possible the code changed in different versions ? My version is 6

Thank you




2
Help for ParamQuery Grid (free version) / Force dirty cell
« on: October 02, 2023, 07:58:59 pm »
I have a custom column with render function that can draw different controls: TextBox, Combo, CheckBox in the same column
When I change value of control in this column, paramquery not include the row to updateList add not set class dirty for it's cell
I write function on onchange for this controls, that change data in data model  and add class pq-cell-dirty to it's cell
But now also changes of this column is not included in updateList - changes of other columns included
Can I  force paramquiery to include changes of the custom column to updateList ?
Thank you

3
Help for ParamQuery Grid (free version) / Re: Refresh row in nested grid
« on: September 28, 2023, 03:04:38 pm »
Thank you very much, the solution works OK !

4
Help for ParamQuery Grid (free version) / Refresh row in nested grid
« on: September 20, 2023, 08:36:50 pm »
I have 3 nested grids, all grids are not editable, but has cells with buttons to open popup for updating row data
When the popup closed, row data must be refreshed
I can reload main grid, but all nested grids will be closed after, and I want save them opened and save my current selection on current nested grid
Exists command refreshRow, but what do to, if I want refresh a row on Second or Last level  grid?
How I can find my open nested grid and current row index in it ?
Thank you very much
 

5
Do you can give me full code example ? Thank you very much

6
Thank you, but my question is not exact the same.
For details model, we must click on details button, to see next level only
as in this example
<a href="/pro/demos62/nesting_local" class="acc-label">Nested grids</a>
I click on Africa, opens Northen and Central Africa, click on Northen Africa, see all it's countries
For tree model , the grid loads and show all below levels
as here
<a href="/pro/demos62/treegrid" class="acc-label">Features</a>
Opens with all data, show all folders, sub folders and files for all levels. When click on one folder, open/close all it's subfolders on all levels
I can not use tree model for my current work, because on every level I have different data and tree model for the same data

I want click on first level and open data for all it's below levels as in Tree
For example, if we use  Continent->Sub Continent -> Country
I want by one click on Africa see both Northen and Central Africa SubContinents with there Countries (as in Tree)
But on every level there own details as in details model
 
 - when click button before Africa, openes immediately:
<button>  Africa   col1_1 col1_2 col1_3
             <>Norther Africa    col2_1, col3_1, col4_1
                      <>Aljerial  col3_1, col3_2
It it possible ?
Thank you

7
I have the same question. Is this possibility to combine tree and detail model advantages exists ? Thank you very much

8
Bug Report / Re: Copy Paste Issue
« on: August 16, 2018, 12:30:41 pm »
Thanks  :)

9
Bug Report / Re: Copy Paste Issue
« on: August 15, 2018, 12:06:03 pm »
Hi Paramquery,

Can you please estimate when there will be a fix ? (this issue holds back my delivery)

thanks.

10
Bug Report / Re: Copy Paste Issue
« on: August 13, 2018, 07:46:30 pm »
please see attached images , same behavior in the Demo 5.3 under Basics 'cut copy paste' example.

11
Bug Report / Copy Paste Issue
« on: August 13, 2018, 06:30:16 pm »
Hi ,

I am having a problem with copy paste .
Example : i select 3 cells on single column one cell with value other without value , when  paste to selected cells the behavior not as expected .
see images attached .
please instruct how to solve this.

Pages: [1]