Forum Replies Created
-
Author
-
February 14, 2019 at 4:05 pm in reply to: createfilterwidget using key custom value do not auto select item on addfilter createfilterwidget using key custom value do not auto select item on addfilter #103976
Hello Hristov
sorry to revive this hold post but I not yet figure out how to solve this problem.
This are new code that explain better the scenario:
http://jsfiddle.net/b9d3521k/3/I need to set filter by code, but i need to preserve filter id in filterinfo, for example:
if you change manually dropdownlist “status” you can see in filterinformatio hmtl
`{
“value”: “Deleted”,
“condition”: “EQUAL”,
“operator”: 1,
“type”: “stringfilter”,
“id”: 2
}`BUT if you select filter clicking button “Add and apply new filter”
i can’t set vot value and id
that is needed to make query select on server sideCan you please help me how to solve this problem?
Thanks Hristo,
I looked at your example, but the problem is that in dropDownList I get valueMember that is a user_id, and displayMember that is the name of user.So when I apply filter i would like to set filtervalue=user_id, to send to server side script to perform where query using id.
But also in DropDownList i woul like to select name of user, that is displayMember, it is not valueMember
Can you please help me to get this scenario?
Hello,
can please someone help me with this issue?
I can’t get DropDownList filter menu auto select corresponding item when filter value is programmatically added clicking button:
Thanks,
Best RegardsApril 18, 2018 at 7:50 am in reply to: createfilterwidget using key custom value do not auto select item on addfilter createfilterwidget using key custom value do not auto select item on addfilter #99758Hello,
comeone can please help me?Thanks
April 11, 2018 at 12:51 pm in reply to: createfilterwidget using key custom value do not auto select item on addfilter createfilterwidget using key custom value do not auto select item on addfilter #99667Hello Stanislav,
Thank you for your answer, I’m sorry but I do not get your suggestion, maybe we’re misunderstanding..
The column I am talking about is “First Name”, which already is dropdownlist type column, with key value ( displayMember: ‘text’, valueMember: ‘value’)
When I apply filter by code, that dropdonlist do not auto select filter item based on filter value.
How can i make this dropdownlist auto select value based on filter applied?
thanks
Best RegardsApril 3, 2018 at 10:38 am in reply to: source ics: Error: Invalid UNTIL value: 19700329T020000 source ics: Error: Invalid UNTIL value: 19700329T020000 #99566Hello Htisto,
Thanks for your reply,
the question is how can I make it work with 3rd party calendar server side, like nextcloud in my case:where I can’t change ics.
Could you please provide an example with working nextcloud ics format?
thank you
March 2, 2018 at 6:19 pm in reply to: dropdownlist, select item by keyboard not change ngmodel dropdownlist, select item by keyboard not change ngmodel #99015Thank you Stanislav,
This behaviour Isn’t it a bug/issue? Are you planning to solve it with the next release?My problem is that i have many dropdownlist, inside ngfor, so there is impossible to set manually ngmodel on select event.
I can call onselect method on each but without know the ngmodel name
There is any workaround to do that without hard coding “this.value” inside select function?
like for example
Select(event: any): void { event.owner.host.some_native_method_to_call_that_reflect_value_on_owned_ngmodel() }
thanks!
March 1, 2018 at 12:17 pm in reply to: dropdownlist, select item by keyboard not change ngmodel dropdownlist, select item by keyboard not change ngmodel #98980It only if you hit “return” after selection, if you click outside, or hit “tab”, for example to switch to the next element to compile… it is not working
March 1, 2018 at 12:14 pm in reply to: dropdownlist, select item by keyboard not change ngmodel dropdownlist, select item by keyboard not change ngmodel #98979Hi Stanislav,
thank for your very fast reply!this is an example from your site: https://www.jqwidgets.com/angular/angular-dropdownlist/angular-dropdownlist-twowaydatabinding.htm
if you select item using only keyboard the selected value is not reflected
October 16, 2017 at 10:21 am in reply to: DropDownList ngModel bind to displayMebmber instead of valueMember DropDownList ngModel bind to displayMebmber instead of valueMember #96712Ok I understand,
So, the last question is: how can I make it works in two way data binding?
so when I change myModel value by script, how can I make dropdownlist automatic select the right option?
thanks
October 16, 2017 at 7:54 am in reply to: DropDownList ngModel bind to displayMebmber instead of valueMember DropDownList ngModel bind to displayMebmber instead of valueMember #96706Thank you very much for you help Ivo, it works!
But if in the future I’ll update node_modules\jqwidgets-framework I’ll have to made this modification again.
There is any other way to implement this by something in source app? overriding function or, I think it will be better, by setting some global, or specific component, property?Thanks,
best regards.Sorry Dimitar, but still a bug in both examples:
the first time you try to validate jqxEditor works, but if you delete text and then write again the validation is not working anymore: required message appear but text are inside jqxeditorThank you very much
Great!
Thank you very much!Thank you very much!
very helpfull, now your example works.but I’m using jqx-editor instead of textarea, sorry I thought if it works with textarea also will work on jqx-editor, but it’s not working: http://jsfiddle.net/o4pqfqr9/1/
can you please help me?
Hello Dimitar,
I am trying to validate jqxeditor but seems not working also your example code: http://jsfiddle.net/skXv7/22/Can you please take a look?
Thank you
-
AuthorPosts