jQWidgets Forums
Forum Replies Created
-
Author
-
September 13, 2019 at 9:03 am in reply to: After updating from angular 7 to 8 jqxGrid is broken After updating from angular 7 to 8 jqxGrid is broken #106758
Hi,
That and all I already have done. I found the problem.Thanks,
GotamAugust 28, 2019 at 9:58 am in reply to: Is this possible to select particular child row in TreeGrid Is this possible to select particular child row in TreeGrid #106619Hi,
Yes it is working fine.But EmployeeID should not have space. In my case id had space that’s why it did not work.After removing space in id ,it started working.
Thanks,
GotamJanuary 23, 2019 at 2:28 pm in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #103630Hi Team,
As per our license we have platinum support from jqxwigets.When can we expect fix for this.This is very impotent for our customer.
Thanks,
GotamDecember 10, 2018 at 8:12 am in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #103116Hi Team ,
Can i get some rough idea when i can get fix .
What is the priority of this issue ?November 27, 2018 at 10:02 am in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #102925Hi Team ,
Can i have any update on this bug.We waiting for this fix .
October 12, 2018 at 1:31 pm in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #102371Please check as soon as possible .In my project we are dealing with grid operation like delete ,add ,reorder. So selection is very important part of us.This is major issue for us. If you could give some workaround it would be very helpful for us .
October 11, 2018 at 5:03 pm in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #102361My code is in Angular 5.
October 11, 2018 at 4:52 pm in reply to: JqxGrid shift + mouse click selection problem JqxGrid shift + mouse click selection problem #102359Yes i am calling selectrow method with rowid 0.But onrowclick is overriding again selectrow;
You example is normal case .In this case it is working fine .the problem is rowclick is overriding onrowselect selection .With new data selectrow is not working on shift+click .
Selecting is happening from last clicked(old data clicked) row to new clicked row .July 17, 2018 at 10:36 am in reply to: Binding two dropdowns based on user selection Binding two dropdowns based on user selection #101039Hi Peter,
Thanks for you reply .
This is not my case .
Just take a example
I have two drop down where 0 index is selected one.
First drop down having [{label:a,value:A},{label:b,value:B},{label:c,value:C}]
second drop down having [{label:d,value:D},{label:b,value:B},{label:c,value:C}]Suppose if user is selecting b form second drop down ,then b should go out of first drop down and d should add to first drop down
likewise if user is selecting c from first drop down , then c should go out of second drop down and a should add .June 22, 2018 at 6:57 am in reply to: JqxGrid single row drag and drop JqxGrid single row drag and drop #100664Thanks for response .
using the above approach ,memory leak is happening in UI and performance is becoming slow.
Is any optimized way to do ?June 4, 2018 at 11:41 am in reply to: JqxGrid single row drag and drop JqxGrid single row drag and drop #100462Thank you very much for quick response .
can i have angular example ? -
AuthorPosts