jQWidgets Forums
Forum Replies Created
-
Author
-
November 25, 2014 at 11:39 am in reply to: Drag and Drop on a TreeGrid Drag and Drop on a TreeGrid #63277
Hi Peter,
Actually the problem is we can get cell from a jqxGrid by using
$(“#grid2”).jqxGrid(‘getcellatposition’, position.left, position.top);
And we are unable to get a cell from a jqxTreeGrid. Here we got struck.
Any way to get cell from treegrid?
Thanks,
Vinoth. R
November 25, 2014 at 11:21 am in reply to: Drag and Drop on a TreeGrid Drag and Drop on a TreeGrid #63275Hi Peter,
Actually we trying that only. We are able to get the row data of the row(source row). But we are unable to get the destination on dragEnd (on which we leave the dragged element). Is it possible to get the parent node on dragEnd.
Thanks,
Vinoth. R
November 25, 2014 at 11:06 am in reply to: Drag and Drop on a TreeGrid Drag and Drop on a TreeGrid #63271Hi Peter,
Thanks for your reply. Is there any development regarding this?. Why I am asking this because I belong to a Indian Company called CLSS and we are evaluating jqwidgets for a product. Everything set. Only thing we need drog and drop in treegrid. If that can be achievable we are ready to buy jqwidgets.
Thanks,
Vinoth. R
September 15, 2014 at 10:29 am in reply to: Aggregation not working with Cellsrenderer in jqxGrid Aggregation not working with Cellsrenderer in jqxGrid #59515hi Dimitar,
thanks for your reply. I f that is the case, can we set value for computed column’s datafield like this
$("#roGrid").jqxGrid('setcellvalue', rowindex, "amount",amount);
I tried this also. I could not. an error comes like ‘stack is full’.
thanks & regards
vinothrAugust 1, 2014 at 12:24 pm in reply to: Context menu for a particular cell Context menu for a particular cell #57906hi Mariya,
I worked out the demo and its good. but my requirement is that, I will fill a cell and right click on that cell and will say fill all cells. the value given to that cell is to be copied to all cells.
is the any way to get the dataField of a particular cell on right click event?
and I can not use singlecell selection mode.Thanks in advance,
Vinoth R
June 27, 2014 at 4:30 pm in reply to: Export data with cellsrenderer value. Export data with cellsrenderer value. #56511hi peter,
but i require those values. is there any other way to do this.
Vinoth R
June 20, 2014 at 7:14 am in reply to: Make input group editor behave the same as the standard cell editor Make input group editor behave the same as the standard cell editor #56140OK…. It works.
June 20, 2014 at 7:09 am in reply to: Make input group editor behave the same as the standard cell editor Make input group editor behave the same as the standard cell editor #56139hi Dimitar,
Thanks for your reply. It works fine.
And I have another issue. How to call a change event for this inputbox?Thanks in advance.
June 17, 2014 at 8:28 am in reply to: Make input group editor behave the same as the standard cell editor Make input group editor behave the same as the standard cell editor #55942Hi Dimitar,
It works, but the value typed in input box is not appearing in grid after blur. Any clue to solve this?
Thanks in advance.
-
AuthorPosts