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

Pages: [1]
1
Suggest new features / Re: RTL language support
« on: March 19, 2019, 12:48:32 pm »
Hi,
we are glad to hear that, and looking forward for the version
could you please estimate the time it will take to completed ?
we will be glad to send you translated file for hebrew language (build over your loc file exampels).

we are continuing with our development including your grid as part of our system so we be more then happy if it will be added on the next close version.

thank you !!  ;D ;D

BIBO team

2
ParamQuery Pro Evaluation Support / Re: Get RowIndx on Tree mode
« on: March 19, 2019, 12:41:03 pm »
Thanks  :D

3
ParamQuery Pro Evaluation Support / Get RowIndx on Tree mode
« on: March 18, 2019, 01:18:33 pm »
Hi,

i am tring to use the getRowIndx in Tree mode after adding a new row using Tree.addnodes method.

   var newRow = { "id": 3444565, "parentId": 0, "Code": "232343423", "Price": 0, "Quant": 0 };
                    Tree.addNodes([
                        newRow
                    ])
                    var obj = $("#quantTableContainer").pqGrid("getRowIndx", { rowData: newRow });

i getting worng index number why ?

on more thing, i am trying to get the last row of the grid (in tree mode) like this :

                    var obj = $(".selector").pqGrid("getViewPortIndx"),
                        initV = obj.initV,
                        finalV = obj.finalV,
                        initH = obj.initH,
                        finalH = obj.finalH;

but the finalV is worng (ihave like 1600 rows but getting 18) is it counting only the parents ??

please help

thanks

4
Suggest new features / Re: RTL language support
« on: March 06, 2019, 03:04:54 pm »
Are you planning on add a parameter that will set the table direction (ltr, rtl) ?
 

5
Suggest new features / RTL language support
« on: February 26, 2019, 06:12:37 pm »
hello,
is the grid support rtl languages (like hebrew) ?
i mean full rtl support when the columns built from thr right side to the left.  ::)

thanks

Pages: [1]