jQWidgets Forums
Forum Replies Created
-
Author
-
May 6, 2015 at 2:36 am in reply to: menu still working when disable menu still working when disable #70683
Ah, great! thank you!
September 8, 2013 at 8:57 am in reply to: Issue with Grid "getrows" method! Issue with Grid "getrows" method! #28501Thanks for yours fast reply!
in my case , i dont use virtual , any paging or filtering mode, as my example above i got wrong result: like this:
(visible rows – display rows on grid)
1 | AF | AFGHANISTAN | myfield
2 | AX | ÅLAND ISLANDS | myfield
3 | AL | ALBANIA | myfield
4 | DZ | ALGERIA | myfield
5 | AS | AMERICAN SAMOA | myfield(invisible rows)
6 | AD | ANDORRA | myfield
7 | AO | ANGOLA | myfield
8 | AI | ANGUILLA | myfield
9 | AQ | ANTARCTICA | myfield—> result when used “getrows”
1 | AF | AFGHANISTAN | myfield(ok)
2 | AX | ÅLAND ISLANDS | myfield(ok)
3 | AL | ALBANIA | myfield(ok)
4 | DZ | ALGERIA | myfield(ok)
5 | AS | AMERICAN SAMOA | myfield(ok)(invisible rows)
6 | AD | ANDORRA | myfield(null)
7 | AO | ANGOLA | myfield(null)
8 | AI | ANGUILLA | myfield(null)
9 | AQ | ANTARCTICA | myfield(null)fields in blue color is good, myfields in red color not save.
Best Regards,
LamMay 8, 2013 at 1:48 am in reply to: Modal Window / Scrollbar problem in EI 9 Modal Window / Scrollbar problem in EI 9 #20709i have same problem in Chrome
May 17, 2012 at 7:42 am in reply to: how to use selectIndex by valueMember? how to use selectIndex by valueMember? #4210Thanks again Peter!
But… I hope you will add this important feature in the future, because the extract data is as important as entering data.
(sorry about my English)
thanks for your help! it done!
May 7, 2012 at 11:47 am in reply to: how to use insertAt on exit droplist how to use insertAt on exit droplist #3946Yesss! thanks you so much!
it working! thanks again!May 7, 2012 at 9:30 am in reply to: how to use insertAt on exit droplist how to use insertAt on exit droplist #3930Yes, i using jQWidgets 2.1…but still not working.
Can you show me an example for this?Thank you so much!
May 7, 2012 at 6:55 am in reply to: how to use insertAt on exit droplist how to use insertAt on exit droplist #3911thanks!
i try
$(“#_department”).jqxDropDownList(‘insertAt’, { label: ‘My Item’, value: ‘My Value’ });and
$(“#_department”).jqxDropDownList(‘insertAt’, { departmentname: ‘—‘, departmentid: 0 }, 0);
both of them… but it not working, it only working when source is array i dont know why???
-
AuthorPosts