jQWidgets Forums
Forum Replies Created
-
Author
-
November 25, 2014 at 12:26 pm in reply to: createeditor source call x-times createeditor source call x-times #63282
sorry, it cant do it in fiddle
November 25, 2014 at 9:45 am in reply to: createeditor source call x-times createeditor source call x-times #63263Not really,
in this example was autobind: true
But in my code, i dont have autobind…..I found it…..
Like this:
http://www.jqwidgets.com/community/topic/dynamic-rules-validation/Hmmmm…..
Ok. I must try another way……
SadI will give a color with a Model to the View.
So i can#t set the color with CellClassNameOk. Thanks it works…
I will set the background colour of the row that contains the nested grid
Ok. I have to export with id…
Can i export in excel in dieffernt worksheets?
I have two nested grids in one grid. With export i will have all nested grids in one excel sheet….for (var index = 0; index <= id; index++) {
$(“#grid”+id).jqxGrid(‘exportdata’, ‘xls’, ‘LiveGrid’+id);
}But this will export always the last entry
Thanks…it works.
So i have a other problem:
How can i set the line series to start painting at the y-axis directly?
Is there an Offset?Oh great, that was it…..
This works:
chart.jqxButton({ width: ‘150’});but no chart
But there is the x-axis not dynamic
No this doesn’t work.
In groupsrenderer
`
var groupsrenderer = function (text, group, expanded, data) {
console.log(text);
console.log(group);
console.log(expanded);
console.log(data);
}
data.groupcolumn is null.
When i delete the displayField in column, then i have the data.groupcolumn…..
To change the text, i think it must be in data.groupcolumn.text…..July 11, 2014 at 7:32 am in reply to: initeditor jqxdropdown source initeditor jqxdropdown source #57066I found the Problem.
The combox that i create is in a window, that i opened with click in grid “a”.
When i create the combox in grid “a” directly, then it works.This doesn’t help me
-
AuthorPosts