jQWidgets Forums
Forum Replies Created
-
Author
-
February 5, 2015 at 10:55 am in reply to: cell edit problem about dropdownlist cell edit problem about dropdownlist #66603
initeditor: function (row, cellvalue, editor, celltext, pressedChar) {
/*
var key = -1;
for(key in lessonsAdapter.records)
if (lessonsAdapter.records[key].date == cellvalue)
break;
*/
editor.jqxDropDownList({
selectedIndex: 2
});
},I add the initeditor, but the problem is not fixed.
February 5, 2015 at 10:46 am in reply to: cell edit problem about dropdownlist cell edit problem about dropdownlist #66602Hi Peter,
Thanks for your reply. While the [score] column’s source is also custom Data Source. But it’s ok.
Could you please give me an example how to implement the “initeditor” function or a webpage helping me how to implement. Because I didn’t find “initeditor” in the API reference of dropdownlist.
February 5, 2015 at 10:13 am in reply to: cell edit problem about dropdownlist cell edit problem about dropdownlist #66597by the way. I just upgrade my Firefox. The problem emerge again…
Hi Peter,
Thanks for your testing. Finally I find the error. Some columngroups defined before haven’t been deleted yet. When I delete the abandoned columngroups, the error don’t emerge again.February 2, 2015 at 3:34 pm in reply to: Large data (many columns), performance is not good Large data (many columns), performance is not good #66335Hi Peter. Thanks for your help.
February 2, 2015 at 3:20 pm in reply to: Large data (many columns), performance is not good Large data (many columns), performance is not good #66331Hi Peter,
First I use [showfilterrow:true]. Then I test using [filtermode:’excel’, showfilterrow:false]. I don’t feel any differences of performance between the two settings.
The max size of the grid is about (200 rows * 80 columns), normally (100 rows * 60 columns). I think the column number maybe the important cause. But I cannot shrink it any more.
By the way, half of the cells in the table are editable.
Thanks!
February 2, 2015 at 3:07 pm in reply to: Large data (many columns), performance is not good Large data (many columns), performance is not good #66329Thanks for the quick response.
Would it be better if I use paging instead of vertical scrolling?
And the poorest performance operation is horizontal scrolling. The table is with about 10 columns filtering and column hierarchy.I am now planning to move my table data from the plugin Datatable to jqxGrid. jqxGrid is really amazing!
February 2, 2015 at 2:50 pm in reply to: Custom Column header CSS style Custom Column header CSS style #66326Hi Nadezhda,
Thanks for the solution.
February 2, 2015 at 9:09 am in reply to: Insert column and Large data in a cell Insert column and Large data in a cell #66285Hello Dimitar, thank you for the answer, it really helps.
-
AuthorPosts