jQWidgets Forums
Forum Replies Created
-
Author
-
September 5, 2017 at 2:20 pm in reply to: Custom widget ever present row with custom widget column Custom widget ever present row with custom widget column #95810
Hi,
First, thanks for pointing right way to use jqx-grid. I changed it every where in my project and it’s working fine.
Now regarding the issue and the question you asked for “Addrow” callback,
Yes! “Addrow”… I got it and able to resolve my problem. Now I can see selected value in new added row. Thanks for your help.Now I have another problem regarding ever present row. As soon as I rebind my grid, the ever present custom widgets stops working. I can’t select/unselect checkbox, I cant select date from date picker and also I cant select anything from dropdown in ever present row.
I am using
$scope.GridSource.data = { siteId: siteId, plantId: plantId, lineId: lineId}
to rebind grid again. But as I mention above, after rebind, custom widgets in ever present rows are not working. I observed that it’s not working in Chrome and Edge while in IE it’s working good even after rebinding grid.Is there anything else I am missing here to implement grid with ever present row?
Please help.
Thanks!
VatsalSeptember 5, 2017 at 12:19 pm in reply to: custom widgets not responding in ever present row custom widgets not responding in ever present row #95808I have same problem in my project. Initially ever present row works good but after I rebind grid, ever present row stops responding. I can not check/uncheck checkbox, can not open dropdown etc.
Is there any solution available for this now?
Please Help.
Thanks,
VatsalDecember 29, 2016 at 5:41 pm in reply to: Event is not fired if the jqxDropDownList is initiated from the Select tag Event is not fired if the jqxDropDownList is initiated from the Select tag #90190ok, got it.
Thanks for your help.
December 28, 2016 at 11:29 am in reply to: Event is not fired if the jqxDropDownList is initiated from the Select tag Event is not fired if the jqxDropDownList is initiated from the Select tag #90155Hi,
I have same problem in my project. In your example I still can’t see the select event is triggering.
Please see http://jsfiddle.net/te2qhzrb/5/
I put alert on select event but when I select another item from drop down, nothing happens.
Please help.
Regards,
VatsalOctober 6, 2014 at 12:04 pm in reply to: jqxWindow and asp update panel – clears controls on submit jqxWindow and asp update panel – clears controls on submit #60707Thanks Nadezhda,
I am not sure but I think, the problem might be because of jquery and update panel. So I remove update panel from my page and start using $.ajax() function for ajax call. Now it’s works good.
In addition, I think one should have to use any one of both, either jqwidgets with jquery, or ajax control toolkit. There might be some conflict between both javascript libraries.
Anyways, please let me know if I can help someone to resolve this type of issue in future. I have implemented jqwidgets in both, asp.net MVC and asp.net webforms applications.
Regards,
VatsalOctober 4, 2014 at 2:17 pm in reply to: jqxWindow and asp update panel – clears controls on submit jqxWindow and asp update panel – clears controls on submit #60667Hi Nadezhda,
Did you get chance to look into this issue? I am waiting if you have found any soln.
Thanks
October 3, 2014 at 5:54 pm in reply to: jqxWindow and asp update panel – clears controls on submit jqxWindow and asp update panel – clears controls on submit #60634I am sorry but I think I missed it during copy code here but, It’s ( the closing bracket ) there in my page. I double checked it.
So the problem remains same in my page. I am able to open window correctly but the problem is with submit behavior. If I put the update panel in page it self it works good but, when I copy the update panel in jqxWindow ( as I want to see the update panel in popup window ) the unexpected behavior occurs as I mentioned in my post. I can’t get the text value in my code behind on submit click.
If you want any other information please let me know.
Thanks
-
AuthorPosts