jQWidgets Forums
Forum Replies Created
-
Author
-
November 3, 2016 at 11:59 pm in reply to: Pin selectionmode Checkbox column Pin selectionmode Checkbox column #88719
Hi Christopher,
Thank you for the fiddle, it was very helpful! I’m however not allowed to use paging at the moment, and I’m using an ajax based json data source. Currently, when I use select all, only a couple of rows(pagesize, I believe) get selected.
How do I modify it to have it work for a non paging scenario with a lot of data?
Thanks,
PadmaOctober 28, 2016 at 2:54 pm in reply to: Disable row on no content in Nested Grid Disable row on no content in Nested Grid #88592That link is a gem.
Thank you!October 27, 2016 at 8:25 pm in reply to: Disable row on no content in Nested Grid Disable row on no content in Nested Grid #88554By reorienting, I mean something like as shown in here:
October 27, 2016 at 8:17 pm in reply to: Disable row on no content in Nested Grid Disable row on no content in Nested Grid #88552Hi Hristo,
Thank you very much for your response, I’ll try them out.
Does the grid currently support horizontal orientation? As in the grid reorienting so that the column headers become row headers and vice versa?
Also, I was wondering if there was a way to make a table like the one I found in this image here:Thanks,
PadmaHello,
Is it possible to use a JqxTab with the title instead of a ‘Header Row’, to contain the nested grid?
Thanks,
PadmaHi Christopher,
Thank you for the demo links. From what I understand, I see that jqxtable allows modification of all rows for a specified column to have a specific input type such as select or input. I’m currently trying to have each column for a specified row have a specific input type. Please see below:
Name <Input text>
Contact Number <Input text>
Contact Number Type <Select ‘Home/Mobile/Work’>
ID <input text>
Address <Input text>
State <Select>
Country <Select>
Zipcode <Input text>
Group <Custom select group values sourced by ajax>
Custom header <Custom select values sourced by ajax>Submit Button
The form would be in a table, and the data on submit would ultimately be wrapped into a simple json object.
Thanks,
PadmaOctober 12, 2016 at 8:38 pm in reply to: Angular Context Menu with Grid Angular Context Menu with Grid #88116Hristo,
Thanks a lot, it worked really well!
Cheers,
PadmaOctober 7, 2016 at 8:26 pm in reply to: Angular Context Menu with Grid Angular Context Menu with Grid #87995Hristo,
Thank you for the sample! I’m trying to run the sample, but I currently get the following errors:
jqx-all.js:7 Uncaught TypeError: Cannot read property ‘ajax’ of undefined(anonymous function) @ jqx-all.js:7(anonymous function) @ jqx-all.js:7
MINERR_ASSET:8 Uncaught Error: [$injector:modulerr] @angular.min.jsI am currently using the scripts in the jqx download. I also tried updating the angular.min.js file.
Padma
-
AuthorPosts