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 webgrid version 6.0 with a filters and paging functionality build in. I am using asp:objectdatasource control to do custom pagination. I also have button on a form which do postback. My action:
1. Setup filters on a grid and click a button to get data
2. Go to page 5 on a grid
3. Set new filter on a grid and click a button to get data.
I want to be on a page 1, but instead I go to the page 5. Everything is correct I am displaying data for page 5. But after I clicking a button I need to be on a page 1 displaying data for page 1
What code should I write in javascript to reset pageIndex to 1?
I try to use this function WG50Engine.ExecuteFlyPostback("GWG_GeneGrid","PagingTo",1);
WG50Engine.ExecuteFlyPostback("GWG_GeneGrid","PagingTo",1);
I understand that WebGrid 7 is better then WebGrid 6 but question is if Grid 7 is fully backward compatible. Do you have any complains from Customers that migration to Grid 7 cause some compatibility issues?
Thank you
I am using latest version of WebCombo and WebUI Framework, version 4 and 3 respectively. Are latest updates for these versions fully backward compatible?
I am trying to use linked multiselect combo as a filter in a header of the webgrid.
My webCombo:
// my serverside code
wcPortfolio.PopulateUnboundData(dv, true); wcBooks.PopulateUnboundData(GetEmptyTable(), true);
wcBooks.PopulateUnboundData(GetEmptyTable(), true);
//do it for wcPortfolio and wcBooks grid.RootTable.Columns.GetNamedItem(
// JS to populate destination Combo value
combo.UpdateUI();
newInput.setAttribute('type', "checkbox"); newInput.setAttribute('hideFocus', "hideFocus");latestRow.RowElement.childNodes[0].className =
latestRow.RowElement.childNodes[0].appendChild(newInput);
}
combo.UpdateUI(); // instruct WebCombo
This javascript function works for linked multiselect combo. When I use this js function to populate webcombo in a filter grid I don't have errors. However when I click on a filter combo I have js error that object is not defined. What could be wrong? I need this linked multiselect combo in as a filter in a grid
Yes it is works for latest version, but I can't use upgraded version. Is it possible to create combo with checkboxes which I can use for multiselection using WebCombo 4 build 12 and WebUI Framework 3 build 507. Thank you
Glen,
Thank you for prompt response. Unfortunatelly neither solution you proposed is working. Can you concentrate on the first page (Client_RowsCells.aspx). I think it may satisfy me. When I introduced your changes I still got error "property not supported.." (vbae71.checked =false)
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