jQWidgets Forums
Forum Replies Created
-
Author
-
September 4, 2015 at 7:57 am in reply to: Dropdownlist popup within Grid boundary Dropdownlist popup within Grid boundary #75482
Hi Vladimir,
That’s correct, but It doesn’t solve the issue.
The problem is, for the last row when I select Category DropDownList in cell, it opens up the popu menu toward upside. However for the second last row, popu menu opens up downward which is going out of the screen and eventually hide some of the DropDownList items.
Is there anyway I can control the Dropdownlist popup menu to be opened upside/downside based on the vertical position of the row in the grid ?
Thanks,
YatinSeptember 30, 2014 at 9:06 am in reply to: Display Localized Formatted Date and Currency Symbol Display Localized Formatted Date and Currency Symbol #60338Hi,
Thanks for your reply. I used localization js but when i apply dd/MM/yyyy format then date like 01/10/2013 is not formatted it returns 4 or 3 digit number like 1012. And date like 25/09/2013 is formatted properly.
Is there any issue for date which starts with 0 in day part of date?September 30, 2014 at 8:57 am in reply to: Jqx Grid not working in IE8 Jqx Grid not working in IE8 #60332Hi Peter,
I am using jQWidgets ver.3.4.0. Is it supported for IE8?
September 26, 2014 at 7:00 am in reply to: jqxTree-updateItem-method not work! jqxTree-updateItem-method not work! #60121Hi Dimitar,
Thanks for replying. It works as expected.
Regards,
Yatin BabariaSeptember 26, 2014 at 6:56 am in reply to: Update node label and retaining Icon Update node label and retaining Icon #60117Hi Dimitar,
Thanks for the reply on other Post.
Regards,
Yatin BabariaSeptember 25, 2014 at 8:56 am in reply to: jqxTree-updateItem-method not work! jqxTree-updateItem-method not work! #60034Hi Peter,
I am using version 3.4.0. I want to change the label of the node but want to keep the icon same.
$(‘#jqxTree’).jqxTree(‘updateItem’, selectedItem.element, { icon: selectedItem.icon, iconsize: selectedItem.iconsize, label: ‘Item Deactivated’ });
As you mentioned, it will be possible to update the icon in the next version. Just wanted to check with you, has it been made available with version 3.4.0.
Regards,
Yatin Babaria -
AuthorPosts