jQWidgets Forums
Forum Replies Created
-
Author
-
December 4, 2014 at 9:41 am in reply to: Grid shows more rows than in JSON Source defined Grid shows more rows than in JSON Source defined #63777
Thanks for the info.
The code above is complete functional html file. But i’ve found the problem by your comments. Deactivating the virtalmode was the solution. The grid was dynamically built and i didn’t see this wrong paramater.
Greetings
M. LangAugust 13, 2014 at 10:56 am in reply to: Inconsistent naming of events Inconsistent naming of events #58316Hi again,
thanks for the info.
Greetings
M. Lang
August 13, 2014 at 10:28 am in reply to: Inconsistent naming of events Inconsistent naming of events #58314Hi Peter Stoev,
okay casing is surely the better naming for this. So i have to define lowercase events only to the grid and all other widgets have same casing for the events ?
Is there a special reason for that and do you plan to synchronize the casing for the events ?
Greetings
M. LangJune 4, 2014 at 4:06 pm in reply to: this.replace is not a function on DataBind this.replace is not a function on DataBind #55354Hello again,
i’m using the actual version 3.3.0. I tried to make an example project but today i had no time for that. I would do that, when i’m back out of my vacation
Thanks for your help and support until now.
Greetings
M. Lang
June 4, 2014 at 12:43 pm in reply to: this.replace is not a function on DataBind this.replace is not a function on DataBind #55322Hello again,
i could reproduce the problem and found a solution for this. I’m using a webservice to get a JSON object. In this object all values with integers are not masked within quotes like a string.
[{{"ID":1,"Username":"MH"}}, {{"ID":13,"Username":"TB"}}];
This sources produces the function error. When i set the ID within quotes it works all fine.
[{{"ID":"1","Username":"MH"}}, {{"ID":"13","Username":"TB"}}];
I’m a littlebit irritated about this because, in the grid’s i use the same way of getting the source and i getting not this error. Integers are not masked with quotes. Perhaps this helps to do a closer inspection of the problem. I could deliver a sample project with sharepoint webpart if are any questions.
Greetings
M. LangJune 4, 2014 at 7:38 am in reply to: this.replace is not a function on DataBind this.replace is not a function on DataBind #55297Hello again,
i’ve tried the combobox with a normal array of values without any dataadapter between and this works without any problems. I suppose it has something to do with the dataadapter and espacially with the binding of displayMember and displayValue. The Microsoft AJAX Framework is no Sharepoint only dll. I think it can be used with .NET 4.x.
It seems that this framework binds a special trim function to the elements that can not be used by jQwidgets. It is not really a SharePoint problem, the only problem with SharePoint is, that the Microsoft AJAX Framework seems to be essential to work with SharePoint.
I placed the include tags for jQuery and jQWidgets within the header of the SP page but after this, the framework is linked and seems to overwrite the trim function.
Anyway ist it possible that you can test jqwidgets with Sharepoint ? Microsoft offers a free Edition called Sharepoint Foundation this can be installed with a small modification on a normal workstation OS with windows 7 or windows 8.x. There is no need for a Windows Server OS.
Greetings
M. LangMarch 6, 2014 at 1:16 pm in reply to: Filtering from one to another grid into a mapped datafield Filtering from one to another grid into a mapped datafield #50606I solved the problem i forgot to change the filter from “stringfilter” to “numericfilter”. I tested the filterting with strings and switched to numeric values.
Greetings
M. Lang
-
AuthorPosts