iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have a datagrid with one column in my grid where the columntype is a checkbox and isrowchecker = true. I have a button on my page where once it is clicked i can retrieve an arraylist of checked rows. i can't seem to refresh my grid and only show the selected rows from this button click. How is this done and what simple step am I missing? Thanks for any help.
Hi Kristian Cowart,
First of all, I will assume that you are having this scenario under javasript code. We can simply add WebGrid.Refresh() after all the scenario is done, is this case, it would be getting all the checked rows informations. Here is the snippet to do so, in here I only show how many check box is checked.
function Button1_onclick() { var WebGrid = ISGetObject("WebGrid1"); alert("Total checked row : " + WebGrid.RootTable.GetCheckedRows().length); WebGrid.Refresh(); }
I hope it can helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname