jQWidgets Forums
Forum Replies Created
-
Author
-
September 3, 2014 at 10:50 am in reply to: Suggestions to add a new row while grid's initial row is. Suggestions to add a new row while grid's initial row is. #59073
Peter;
I know also it.
I think, either I dont tell clearly, or you dont read (you might not understand).
I would like to write detailed but I am sure, you wont give a third answer in this topic like you do usually for my questions..It does not relate only your support activity. Because as I declared at first, I asked a best practice or advice from experienced users who faced to same things.
Thanks.September 3, 2014 at 10:25 am in reply to: Suggestions to add a new row while grid's initial row is. Suggestions to add a new row while grid's initial row is. #59070I know it, but there are other questions on its continuation
Sometimes replacing may be required on initial row instead of adding a new.
If avaliable row/first row is initial row, I must replace it, instead of adding.
If it contains only a row, but it is not the initial row, I must add a new. I can do this, but it is not practical way.Is there a best practice for this? I do not want to use both “first” and “last” as 4th parameters.
September 1, 2014 at 10:24 am in reply to: JqxValidator did not work properly. for Select Element JqxValidator did not work properly. for Select Element #58999it looks right! 🙂
Thanks for all your efforts.September 1, 2014 at 7:39 am in reply to: JqxValidator did not work properly. for Select Element JqxValidator did not work properly. for Select Element #58996This problem may occur because of that : http://stackoverflow.com/questions/16690682/blur-is-not-working-for-select-menu-on-chrome
September 1, 2014 at 6:37 am in reply to: The formatString property cannot be used in the Knockout Integration The formatString property cannot be used in the Knockout Integration #58984Peter;
Thanks for your reply. It has been done. It did not work because of that I wrote formatString wrongly like “DD-MM-YYYY”. Sorry.
Thanks again.August 18, 2014 at 1:23 pm in reply to: Why is Grid's dropdown cell rendered weirdly? Why is Grid's dropdown cell rendered weirdly? #58480I have setted but It seems like picture still.
August 18, 2014 at 12:36 pm in reply to: How to copy text of rows in jqxgrid while making it remain uneditable? How to copy text of rows in jqxgrid while making it remain uneditable? #58476If I understand properly, you can it adjusting your grid’s editable property is false and selectionMode property is singlecell.
Then, you can write your codes into the cellselect event to copy, get or another purposes that you want..June 25, 2014 at 1:32 pm in reply to: Why jqxInput has not maxLength property Why jqxInput has not maxLength property #56349And can you suggest another way or method to do it?
June 25, 2014 at 12:52 pm in reply to: Why jqxInput has not maxLength property Why jqxInput has not maxLength property #56345I think, this property is important.
I hope, you add this property in future releases.Hi Dimitar;
Thanks for your reply.
I am waiting your great releases.I would like to mark some dates or multiple date ranges in datepicker column. How can I do this?
June 19, 2014 at 6:35 am in reply to: Label-value problem when using combobox in Grid. Label-value problem when using combobox in Grid. #56065Peter Hi;
Thanks for your reply.I do such as you said.
columns[value[“columnIndex”]].createeditor = function (row, cellvalue, editor) {
editor.jqxComboBox({
source: value[“elements”],
displayMember: ‘code’,
valueMember: ‘id’,
autoComplete: true,
searchMode: ‘containsignorecase’
});June 18, 2014 at 7:14 am in reply to: Label-value problem when using combobox in Grid. Label-value problem when using combobox in Grid. #56011Hi again;
I am using latest Jqxwidget version. Same error is occuring still. Please check it.June 10, 2014 at 12:23 pm in reply to: Using "or" operator among to different columns filter Using "or" operator among to different columns filter #55644Hah. Ok!
Thanks for everything. Sincerly.June 10, 2014 at 12:07 pm in reply to: Using "or" operator among to different columns filter Using "or" operator among to different columns filter #55638Can you give me a custom binding sample for TreeGrid/DataTable?
Please givMay 28, 2014 at 7:25 am in reply to: is Unique column property avaliable and how? is Unique column property avaliable and how? #55000Hi Dimitar;
Thanks for this application and your interest.
This is cutely. However, I think, you should add this method as default functionality among to column properties.
I hope, you will add this to your todo list for your next relases.. -
AuthorPosts