jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Ivo,
I have custom columns type.
For example:
{ text: “Controle Estoque”, width: “100”, dataField: “5111”, columntype: ‘custom’, createeditor: function (row, column, editor) {editor.jqxDropDownList({source: controleestoqueAdapter, displayMember: ‘label’, valueMember: ‘value’, filterable: false, placeHolder: ‘Choose…’});}, initeditor: function (row, cellvalue, editor) { editor.jqxDropDownList(‘selectItem’, cellvalue);}}
How can I solve this?
Best Regards.
Hi, Thanks for the answer. enableBrowserBoundsDetection: false, work for me.
Best Regards.
Yes, Is this. I´m using on a monitor 14″.
Do you have any suggestions to fix this problem?
Because, I think this should work at any resolution.
Tks.
Best Regards.
Hi Willian, What browser do you use? I´m testing in Chrome, Firefox and IE and the error is happen all.
Do you see the image?
https://postimg.org/image/v5dbbw193/
Best Regards
Hi, Do we have a solution to this problem ?
Best Regards.
July 15, 2016 at 2:45 pm in reply to: radion button inside jqxgrid radion button inside jqxgrid #85788Hi Dimitar,
Works for me.
Perfect!
Best Regards
Hi, the print error.
Best Regards.
July 14, 2016 at 3:04 pm in reply to: radion button inside jqxgrid radion button inside jqxgrid #85758Hi Dimitar,
As can you see my code, I have two raddiobuttos in same column,then I need get value what radiobutton is selected jqxRadioButtonTrue7 or jqxRadioButtonFalse7
Best Regards.
Hello,
Please, desconsider last row.
But, the error its happening. I user firefox, Chrome, IE. All this the error is happen.
When I open the jsfiddle, I go directaly line 8, then the error is happen.
How can I send you a print?
Best Regards
Hello Hristo, But I need set columtype: ‘numberinput’ because the user can´t digit characters.
Best Regards.
-
AuthorPosts