jQWidgets Forums
Forum Replies Created
-
Author
-
January 8, 2015 at 10:07 am in reply to: how to refresh grid after adding record using jqxwindow popup how to refresh grid after adding record using jqxwindow popup #65123
Hi Team,
When i click custom close button i trigger a function which is present in grid window page.
fnClosePropertyMappingDetails = function (msg, type, mode) {
$(“#window”).jqxWindow(‘close’);
if (type) {
$(“#jqxgrid”).jqxGrid(‘updatebounddata’);
}
}after using above code also grid is not refreshing with new values.if anything i have to consider to update the grid please let me know.
Thanks,
SyedJanuary 8, 2015 at 9:58 am in reply to: how to refresh grid after adding record using jqxwindow popup how to refresh grid after adding record using jqxwindow popup #65122Hi Team,
I have tried with your example.but still my grid is not refreshing.
Can you please provide clear explanation on how to refresh grid when row details are updated in jqxwindow.
I have close button in jqx window which calls close from from grid window page.
I have used this line
$(‘#jqxgrid’).jqxGrid(‘updatebounddata’);
thanks,
SyedDecember 29, 2014 at 11:13 am in reply to: how to validate a page which contains dropdowns and textboxes using jqx validate how to validate a page which contains dropdowns and textboxes using jqx validate #64775It works fine with Div tag
Thanks
SyedDecember 29, 2014 at 10:45 am in reply to: how to validate a page which contains dropdowns and textboxes using jqx validate how to validate a page which contains dropdowns and textboxes using jqx validate #64769I dont have form tag in my popup window.
without form tag how can set validation rules on input/ddl jqx controls..
December 23, 2014 at 8:42 am in reply to: How to add image to jqxbutton How to add image to jqxbutton #64596Thanks for the comment..
December 23, 2014 at 7:34 am in reply to: How i create a dropdownlist with custom table like list with rows and colums How i create a dropdownlist with custom table like list with rows and colums #64591Thanks for reply. It works.
October 29, 2014 at 12:39 pm in reply to: How to Refresh only Row which is Edited through the Pop Up How to Refresh only Row which is Edited through the Pop Up #61791is there any possibility to refresh only updated row
Regards,
SyedOctober 29, 2014 at 10:27 am in reply to: Refresh grid after Updaterow Refresh grid after Updaterow #61782Hi folks,
I have a jqxGrid with list of data and i am updating the row in a pop up.
when i update the row details in pop up it should refresh only the updated row in the list,without refreshing the Gridis there any Possibility of doing so..
please suggest solutions..
Thanks
Syed -
AuthorPosts