jQWidgets Forums
Forum Replies Created
-
Author
-
February 7, 2014 at 9:53 am in reply to: Block selection for specified rows. Block selection for specified rows. #49127
Thanks for answers
My suggestion is to add those features to core in roadmap/future releases.
Best regards,
Gabriel.February 7, 2014 at 9:31 am in reply to: Block selection for specified rows. Block selection for specified rows. #49125Is it possible to block row selection for specified rows (checkbox state disabled) ?
Does columns headlines support multiline text ?
Can I add aditional data to row that is not displaying on grid ? (items ID)
February 7, 2014 at 9:11 am in reply to: Block selection for specified rows. Block selection for specified rows. #49121Hi Peter,
This is not answer for my questions. I’ve seen this tutorial and want use that solution but is it possible to block selection for specified rows (checkbox state disabled)? And how to send which objects/items are selected? (not rows indexes but items ID/values). When I filter or sort, indexes changes and not always index is equal to item ID.
Next question.
Does columns headlines support multiline? I’ve made my own workaround for this but is it supported in core? [screen – http://oi60.tinypic.com/34659c8.jpg ] Till version 2.8 that wasn’t supported but last time I’ve got reply that you going to add this.February 7, 2014 at 8:30 am in reply to: Block selection for specified rows. Block selection for specified rows. #49117Any help?
I’ve got Developer license of jqwidgets.March 13, 2013 at 1:04 pm in reply to: Change window size dynamically with option resizable false Change window size dynamically with option resizable false #16966…
resize MethodResizes the window. The ‘resizable’ property is expected to be set to “true”.
Code exampleInvoke the resize method.
$(‘#jqxWindow’).jqxWindow(‘resize’, 500, 500);
…So u suggest to get height of div with content on change and then set height property on window?
February 28, 2013 at 3:34 pm in reply to: Copy / Paste functionality Copy / Paste functionality #16083Peter,
What are defaults for min/max? If I dont give those values I can put max 8 digits value. (from documentation default is 0)
I’ve got next problem, I wanna use 22 digit number. Set parametrs to 22 digit and max 9999999999999999999999 but still can use max value to 18 digits.Is there possibility to make work with numberInput/maskedInput ?
Copy/Paste still doesnt work (tested on many browsers). I will try prepare online example later.
January 25, 2013 at 3:03 pm in reply to: Localization in DateTimeInput on Grid dont work Localization in DateTimeInput on Grid dont work #142051. The problem with alignments occurs even with prebuild themes. This theme is generated by ThemeBuilder. Problem dissapear when i write CSS on TD (vertical-align:middle). I will try later again on clean project with grid only.
Meybe problem occurs because I use Eric Meyer’s “Reset CSS”.2. Thanks. I will try this method and let u know if it works.
Best Regards,
Gabriel -
AuthorPosts