Navneet Chanalia's SharePoint Blog
Friday, 22 March 2019
How to refresh w2ui grid on dropdown menu index change?
function onSelectedIndexChange()
{
//prepare records using loop
try
{
w2ui['grid']. destroy ();
}
catch(ex){}
defineGrid(); // call the function to define grid columns and other properties
w2ui['grid'].records = listData;
w2ui['grid'].refresh();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment